#0F242C
A very dark, moderate blue closely aligning with Black.
About #0F242C
The hex code #0F242C represents a beautifully specific shade of blue. Its closest recognized web color is Black. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 36, and 44.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 66% cyan, 18% magenta, 0% yellow, and 83% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F242C
RGB15, 36, 44
HSL196.6°, 49.2%, 11.6%
CMYK66%, 18%, 0%, 83%
HSV196.6°, 65.9%, 17.3%
LAB12.9, -5.5, -7.9
XYZ1.3, 1.5, 2.6
Decimal992300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.04:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.33:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F242C;
}
.text-color {
color: #0F242C;
}
.border-color {
border: 2px solid #0F242C;
}