HSL(220, 100%, 14%)

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(220,100%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(220, 100%, 14%) color: hsl(220, 100%, 14%)
HEX #001847 color: #001847
RGB rgb(0, 24, 71) color: rgb(0, 24, 71)
CMYK cmyk(100%, 66%, 0%, 72%)
HSV hsv(220, 100%, 28%)
HWB hwb(220 0% 72%) color: hwb(220 0% 72%)
OKLCH oklch(0.2274 0.0939 260.21) color: oklch(0.2274 0.0939 260.21)
Lab lab(9.86 12.92 -31.93) color: lab(9.86 12.92 -31.93)
LCH lch(9.86 34.44 292.03) color: lch(9.86 34.44 292.03)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 17.19:1
vs Black 1.22:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#0A0B3C — rgb(10, 11, 60)

Deuteranopia (Green-blind)

#090739 — rgb(9, 7, 57)

Tritanopia (Blue-blind)

#013331 — rgb(1, 51, 49)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(220, 100%, 14%);

text

color: hsl(220, 100%, 14%);

border

border: 2px solid hsl(220, 100%, 14%);

gradient light

background: linear-gradient(to right, hsl(220, 100%, 34%), hsl(220, 100%, 14%));

gradient dark

background: linear-gradient(to right, hsl(220, 100%, 14%), hsl(220, 100%, 0%))

hex

background-color: #001847;

tailwind

bg-[hsl(220,100%,14%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(220, 100%, 14%, 0.4);

css variable

--color-primary: hsl(220, 100%, 14%);

Related Colors

Use Cases for Very Dark Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(220, 100%, 14%)?

HEX: #001847 | RGB: rgb(0, 24, 71) | CMYK: 100%, 66%, 0%, 72% | HSV: 220°, 100%, 28%. Copy any format from the conversion table above.

What colors go well with #001847?

The complementary color is HSL(40, 100%, 14%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(220, 100%, 14%) in CSS?

As HSL: color: hsl(220, 100%, 14%); — As HEX: color: #001847; — As RGB: color: rgb(0, 24, 71); — Tailwind CSS: bg-[hsl(220,100%,14%)] — CSS variable: --color-primary: hsl(220, 100%, 14%);