#0F5FA0
A dark, vivid blue closely aligning with Steelblue.
About #0F5FA0
At its core, #0F5FA0 is a dark and vivid hue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(15, 95, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 91% cyan and 41% magenta inks. The HSL representation is 206.9° hue, 82.9% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0F5FA0
RGB15, 95, 160
HSL206.9°, 82.9%, 34.3%
CMYK91%, 41%, 0%, 37%
HSV206.9°, 90.6%, 62.7%
LAB39.3, 2.6, -41.4
XYZ10.6, 10.8, 34.8
Decimal1007520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.64:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.34:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5FA0;
}
.text-color {
color: #0F5FA0;
}
.border-color {
border: 2px solid #0F5FA0;
}