#0F262E
A very dark, moderate blue closely aligning with Black.
About #0F262E
The hex code #0F262E represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 15 parts red, 38 parts green, and 46 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 67% cyan and 17% magenta inks. With a hue angle of 195.5 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F262E
RGB15, 38, 46
HSL195.5°, 50.8%, 12.0%
CMYK67%, 17%, 0%, 82%
HSV195.5°, 67.4%, 18.0%
LAB13.7, -6.1, -8.0
XYZ1.4, 1.7, 2.8
Decimal992814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.71:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
15.01:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F262E;
}
.text-color {
color: #0F262E;
}
.border-color {
border: 2px solid #0F262E;
}