HSL(228, 80%, 13%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(228,80%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(228, 80%, 13%) | color: hsl(228, 80%, 13%) | |
| HEX | #07113C | color: #07113C | |
| RGB | rgb(7, 17, 60) | color: rgb(7, 17, 60) | |
| CMYK | cmyk(88%, 72%, 0%, 76%) | — | |
| HSV | hsv(229, 88%, 24%) | — | |
| HWB | hwb(229 3% 76%) | color: hwb(229 3% 76%) | |
| OKLCH | oklch(0.2032 0.0837 267.61) | color: oklch(0.2032 0.0837 267.61) | |
| Lab | lab(6.98 14.18 -28.84) | color: lab(6.98 14.18 -28.84) | |
| LCH | lch(6.98 32.14 296.18) | color: lch(6.98 32.14 296.18) |
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)
#0B0B32 — rgb(11, 11, 50)
Deuteranopia (Green-blind)
#0B0A2F — rgb(11, 10, 47)
Tritanopia (Blue-blind)
#082928 — rgb(8, 41, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(228, 80%, 13%);
text
color: hsl(228, 80%, 13%);
border
border: 2px solid hsl(228, 80%, 13%);
gradient light
background: linear-gradient(to right, hsl(228, 80%, 33%), hsl(228, 80%, 13%));
gradient dark
background: linear-gradient(to right, hsl(228, 80%, 13%), hsl(228, 80%, 0%))
hex
background-color: #07113C;
tailwind
bg-[hsl(228,80%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(228, 80%, 13%, 0.4);
css variable
--color-primary: hsl(228, 80%, 13%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(228, 80%, 13%)?
HEX: #07113C | RGB: rgb(7, 17, 60) | CMYK: 88%, 72%, 0%, 76% | HSV: 229°, 88%, 24%. Copy any format from the conversion table above.
What colors go well with #07113C?
The complementary color is HSL(48, 80%, 13%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(228, 80%, 13%) in CSS?
As HSL: color: hsl(228, 80%, 13%); — As HEX: color: #07113C; — As RGB: color: rgb(7, 17, 60); — Tailwind CSS: bg-[hsl(228,80%,13%)] — CSS variable: --color-primary: hsl(228, 80%, 13%);