#0F5F83
A dark, vivid blue closely aligning with Steelblue.
About #0F5F83
The hex code #0F5F83 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(15, 95, 131).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 89% cyan and 27% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#0F5F83
RGB15, 95, 131
HSL198.6°, 79.5%, 28.6%
CMYK89%, 27%, 0%, 49%
HSV198.6°, 88.5%, 51.4%
LAB37.7, -8.9, -26.4
XYZ8.4, 9.9, 22.9
Decimal1007491
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.04:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.72:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F83;
}
.text-color {
color: #0F5F83;
}
.border-color {
border: 2px solid #0F5F83;
}