#0F1633
A very dark, moderate blue closely aligning with Black.
About #0F1633
At its core, #0F1633 is a very dark and moderate hue. Designers often compare it to the standard color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 22, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 71% C, 57% M, 0% Y, and 80% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F1633
RGB15, 22, 51
HSL228.3°, 54.5%, 12.9%
CMYK71%, 57%, 0%, 80%
HSV228.3°, 70.6%, 20.0%
LAB8.3, 7.9, -20.2
XYZ1.1, 0.9, 3.3
Decimal988723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.75:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
16.97:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1633;
}
.text-color {
color: #0F1633;
}
.border-color {
border: 2px solid #0F1633;
}