HSL(207, 95%, 9%)
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%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 95%, 9%) | color: hsl(207, 95%, 9%) | |
| HEX | #01192D | color: #01192D | |
| RGB | rgb(1, 25, 45) | color: rgb(1, 25, 45) | |
| CMYK | cmyk(98%, 44%, 0%, 82%) | — | |
| HSV | hsv(207, 98%, 18%) | — | |
| HWB | hwb(207 0% 82%) | color: hwb(207 0% 82%) | |
| OKLCH | oklch(0.2066 0.0507 245.78) | color: oklch(0.2066 0.0507 245.78) | |
| Lab | lab(8.05 -0.55 -16.2) | color: lab(8.05 -0.55 -16.2) | |
| LCH | lch(8.05 16.21 268.06) | color: lch(8.05 16.21 268.06) |
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)
#0B0C28 — rgb(11, 12, 40)
Deuteranopia (Green-blind)
#0A0827 — rgb(10, 8, 39)
Tritanopia (Blue-blind)
#022424 — rgb(2, 36, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 95%, 9%);
text
color: hsl(207, 95%, 9%);
border
border: 2px solid hsl(207, 95%, 9%);
gradient light
background: linear-gradient(to right, hsl(207, 95%, 29%), hsl(207, 95%, 9%));
gradient dark
background: linear-gradient(to right, hsl(207, 95%, 9%), hsl(207, 95%, 0%))
hex
background-color: #01192D;
tailwind
bg-[hsl(207,95%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 95%, 9%, 0.4);
css variable
--color-primary: hsl(207, 95%, 9%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 95%, 9%)?
HEX: #01192D | RGB: rgb(1, 25, 45) | CMYK: 98%, 44%, 0%, 82% | HSV: 207°, 98%, 18%. Copy any format from the conversion table above.
What colors go well with #01192D?
The complementary color is HSL(27, 95%, 9%). 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%, 9%) in CSS?
As HSL: color: hsl(207, 95%, 9%); — As HEX: color: #01192D; — As RGB: color: rgb(1, 25, 45); — Tailwind CSS: bg-[hsl(207,95%,9%)] — CSS variable: --color-primary: hsl(207, 95%, 9%);