#0F5792
A dark, vivid blue closely aligning with Steelblue.
About #0F5792
Visually, #0F5792 is defined as a vivid blue. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(15, 87, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 90% Cyan, 40% Magenta, 0% Yellow, and 43% Black. The HSL representation is 207.0° hue, 81.4% saturation, and 31.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F5792
RGB15, 87, 146
HSL207.0°, 81.4%, 31.6%
CMYK90%, 40%, 0%, 43%
HSV207.0°, 89.7%, 57.3%
LAB36.0, 2.1, -38.3
XYZ8.8, 9.0, 28.5
Decimal1005458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.50:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.17:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5792;
}
.text-color {
color: #0F5792;
}
.border-color {
border: 2px solid #0F5792;
}