#0F5FA8
A dark, vivid blue closely aligning with Steelblue.
About #0F5FA8
When working with digital screens, the color #0F5FA8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 15 red, 95 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 43% M, 0% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#0F5FA8
RGB15, 95, 168
HSL208.6°, 83.6%, 35.9%
CMYK91%, 43%, 0%, 34%
HSV208.6°, 91.1%, 65.9%
LAB39.8, 5.9, -45.4
XYZ11.4, 11.1, 38.6
Decimal1007528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.52:1
Text on #FFFFFF
AA
3.22:1
Text on #000000
AA Large
6.23:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5FA8;
}
.text-color {
color: #0F5FA8;
}
.border-color {
border: 2px solid #0F5FA8;
}