#0F66AF
A dark, vivid blue closely aligning with Steelblue.
About #0F66AF
Visually, #0F66AF is defined as a vivid blue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 15 red, 102 green, and 175 blue.
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 42% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F66AF
RGB15, 102, 175
HSL207.4°, 84.2%, 37.3%
CMYK91%, 42%, 0%, 31%
HSV207.4°, 91.4%, 68.6%
LAB42.3, 4.2, -45.5
XYZ12.7, 12.7, 42.3
Decimal1009327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.67:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F66AF;
}
.text-color {
color: #0F66AF;
}
.border-color {
border: 2px solid #0F66AF;
}