#0F578A
A dark, vivid blue closely aligning with Steelblue.
About #0F578A
Visually, #0F578A is defined as a vivid blue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 87, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 89% cyan and 37% magenta inks. The HSL representation is 204.9° hue, 80.4% saturation, and 30.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F578A
RGB15, 87, 138
HSL204.9°, 80.4%, 30.0%
CMYK89%, 37%, 0%, 46%
HSV204.9°, 89.1%, 54.1%
LAB35.5, -1.1, -34.2
XYZ8.2, 8.8, 25.3
Decimal1005450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.63:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.30:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F578A;
}
.text-color {
color: #0F578A;
}
.border-color {
border: 2px solid #0F578A;
}