#0F1624
A very dark, moderate blue closely aligning with Black.
About #0F1624
When working with digital screens, the color #0F1624 is rendered by mixing light. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(15, 22, 36).
Translating this color to physical media requires the CMYK color model. The color uses 58% Cyan, 39% Magenta, 0% Yellow, and 86% Black. The HSL representation is 220.0° hue, 41.2% saturation, and 10.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F1624
RGB15, 22, 36
HSL220.0°, 41.2%, 10.0%
CMYK58%, 39%, 0%, 86%
HSV220.0°, 58.3%, 14.1%
LAB7.3, 1.6, -10.7
XYZ0.8, 0.8, 1.8
Decimal988708
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.09:1
Text on #FFFFFF
AAA
1.16:1
Text on #000000
FAIL
17.29:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1624;
}
.text-color {
color: #0F1624;
}
.border-color {
border: 2px solid #0F1624;
}