#0F5799
A dark, vivid blue closely aligning with Steelblue.
About #0F5799
At its core, #0F5799 is a dark and vivid hue. 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 153.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 90% cyan, 43% magenta, 0% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F5799
RGB15, 87, 153
HSL208.7°, 82.1%, 32.9%
CMYK90%, 43%, 0%, 40%
HSV208.7°, 90.2%, 60.0%
LAB36.4, 5.0, -41.8
XYZ9.4, 9.2, 31.4
Decimal1005465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.39:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.06:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5799;
}
.text-color {
color: #0F5799;
}
.border-color {
border: 2px solid #0F5799;
}