HSL(207, 95%, 5%)
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(207,95%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 95%, 5%) | color: hsl(207, 95%, 5%) | |
| HEX | #010E19 | color: #010E19 | |
| RGB | rgb(1, 14, 25) | color: rgb(1, 14, 25) | |
| CMYK | cmyk(96%, 44%, 0%, 90%) | — | |
| HSV | hsv(208, 96%, 10%) | — | |
| HWB | hwb(208 0% 90%) | color: hwb(208 0% 90%) | |
| OKLCH | oklch(0.1565 0.0328 240.39) | color: oklch(0.1565 0.0328 240.39) | |
| Lab | lab(3.53 -1.08 -7.89) | color: lab(3.53 -1.08 -7.89) | |
| LCH | lch(3.53 7.96 262.21) | color: lch(3.53 7.96 262.21) |
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)
#070716 — rgb(7, 7, 22)
Deuteranopia (Green-blind)
#060516 — rgb(6, 5, 22)
Tritanopia (Blue-blind)
#021414 — rgb(2, 20, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 95%, 5%);
text
color: hsl(207, 95%, 5%);
border
border: 2px solid hsl(207, 95%, 5%);
gradient light
background: linear-gradient(to right, hsl(207, 95%, 25%), hsl(207, 95%, 5%));
gradient dark
background: linear-gradient(to right, hsl(207, 95%, 5%), hsl(207, 95%, 0%))
hex
background-color: #010E19;
tailwind
bg-[hsl(207,95%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 95%, 5%, 0.4);
css variable
--color-primary: hsl(207, 95%, 5%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 95%, 5%)?
HEX: #010E19 | RGB: rgb(1, 14, 25) | CMYK: 96%, 44%, 0%, 90% | HSV: 208°, 96%, 10%. Copy any format from the conversion table above.
What colors go well with #010E19?
The complementary color is HSL(27, 95%, 5%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 95%, 5%) in CSS?
As HSL: color: hsl(207, 95%, 5%); — As HEX: color: #010E19; — As RGB: color: rgb(1, 14, 25); — Tailwind CSS: bg-[hsl(207,95%,5%)] — CSS variable: --color-primary: hsl(207, 95%, 5%);