#000F33
A very dark, vivid blue closely aligning with Black.
About #000F33
At its core, #000F33 is a very dark and vivid hue. It is closely associated with the named CSS color Black. Its digital footprint relies on 0 parts red, 15 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 71% Magenta, 0% Yellow, and 80% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000F33
RGB0, 15, 51
HSL222.4°, 100.0%, 10.0%
CMYK100%, 71%, 0%, 80%
HSV222.4°, 100.0%, 20.0%
LAB5.2, 8.9, -25.1
XYZ0.8, 0.6, 3.2
Decimal3891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.81:1
Text on #FFFFFF
AAA
1.12:1
Text on #000000
FAIL
17.98:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F33;
}
.text-color {
color: #000F33;
}
.border-color {
border: 2px solid #000F33;
}