HSL(199, 92%, 7%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,92%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 92%, 7%) | color: hsl(199, 92%, 7%) | |
| HEX | #011822 | color: #011822 | |
| RGB | rgb(1, 24, 34) | color: rgb(1, 24, 34) | |
| CMYK | cmyk(97%, 29%, 0%, 87%) | — | |
| HSV | hsv(198, 97%, 13%) | — | |
| HWB | hwb(198 0% 87%) | color: hwb(198 0% 87%) | |
| OKLCH | oklch(0.1957 0.0366 228.36) | color: oklch(0.1957 0.0366 228.36) | |
| Lab | lab(7 -4.46 -9.63) | color: lab(7 -4.46 -9.63) | |
| LCH | lch(7 10.61 245.15) | color: lch(7 10.61 245.15) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#0B0B20 — rgb(11, 11, 32)
Deuteranopia (Green-blind)
#0A081F — rgb(10, 8, 31)
Tritanopia (Blue-blind)
#021E1D — rgb(2, 30, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 92%, 7%);
text
color: hsl(199, 92%, 7%);
border
border: 2px solid hsl(199, 92%, 7%);
gradient light
background: linear-gradient(to right, hsl(199, 92%, 27%), hsl(199, 92%, 7%));
gradient dark
background: linear-gradient(to right, hsl(199, 92%, 7%), hsl(199, 92%, 0%))
hex
background-color: #011822;
tailwind
bg-[hsl(199,92%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 92%, 7%, 0.4);
css variable
--color-primary: hsl(199, 92%, 7%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 92%, 7%)?
HEX: #011822 | RGB: rgb(1, 24, 34) | CMYK: 97%, 29%, 0%, 87% | HSV: 198°, 97%, 13%. Copy any format from the conversion table above.
What colors go well with #011822?
The complementary color is HSL(19, 92%, 7%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 92%, 7%) in CSS?
As HSL: color: hsl(199, 92%, 7%); — As HEX: color: #011822; — As RGB: color: rgb(1, 24, 34); — Tailwind CSS: bg-[hsl(199,92%,7%)] — CSS variable: --color-primary: hsl(199, 92%, 7%);