HSL(199, 100%, 11%)
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,100%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 100%, 11%) | color: hsl(199, 100%, 11%) | |
| HEX | #002638 | color: #002638 | |
| RGB | rgb(0, 38, 56) | color: rgb(0, 38, 56) | |
| CMYK | cmyk(100%, 32%, 0%, 78%) | — | |
| HSV | hsv(199, 100%, 22%) | — | |
| HWB | hwb(199 0% 78%) | color: hwb(199 0% 78%) | |
| OKLCH | oklch(0.2533 0.0533 234.39) | color: oklch(0.2533 0.0533 234.39) | |
| Lab | lab(13.66 -5.08 -15.29) | color: lab(13.66 -5.08 -15.29) | |
| LCH | lch(13.66 16.11 251.62) | color: lch(13.66 16.11 251.62) |
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)
#101134 — rgb(16, 17, 52)
Deuteranopia (Green-blind)
#0E0B33 — rgb(14, 11, 51)
Tritanopia (Blue-blind)
#02302F — rgb(2, 48, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 100%, 11%);
text
color: hsl(199, 100%, 11%);
border
border: 2px solid hsl(199, 100%, 11%);
gradient light
background: linear-gradient(to right, hsl(199, 100%, 31%), hsl(199, 100%, 11%));
gradient dark
background: linear-gradient(to right, hsl(199, 100%, 11%), hsl(199, 100%, 0%))
hex
background-color: #002638;
tailwind
bg-[hsl(199,100%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 100%, 11%, 0.4);
css variable
--color-primary: hsl(199, 100%, 11%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 100%, 11%)?
HEX: #002638 | RGB: rgb(0, 38, 56) | CMYK: 100%, 32%, 0%, 78% | HSV: 199°, 100%, 22%. Copy any format from the conversion table above.
What colors go well with #002638?
The complementary color is HSL(19, 100%, 11%). 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, 100%, 11%) in CSS?
As HSL: color: hsl(199, 100%, 11%); — As HEX: color: #002638; — As RGB: color: rgb(0, 38, 56); — Tailwind CSS: bg-[hsl(199,100%,11%)] — CSS variable: --color-primary: hsl(199, 100%, 11%);