#0F66A0
A dark, vivid blue closely aligning with Steelblue.
About #0F66A0
At its core, #0F66A0 is a dark and vivid hue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 15 red, 102 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 91% cyan and 36% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F66A0
RGB15, 102, 160
HSL204.0°, 82.9%, 34.3%
CMYK91%, 36%, 0%, 37%
HSV204.0°, 90.6%, 62.7%
LAB41.4, -1.8, -38.0
XYZ11.3, 12.1, 35.0
Decimal1009312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.13:1
Text on #FFFFFF
AA
3.43:1
Text on #000000
AA Large
5.85:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F66A0;
}
.text-color {
color: #0F66A0;
}
.border-color {
border: 2px solid #0F66A0;
}