#005F83
A dark, vivid blue closely aligning with Steelblue.
About #005F83
At its core, #005F83 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 0 parts red, 95 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 27% magenta, 0% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#005F83
RGB0, 95, 131
HSL196.5°, 100.0%, 25.7%
CMYK100%, 27%, 0%, 49%
HSV196.5°, 100.0%, 51.4%
LAB37.5, -9.9, -26.7
XYZ8.2, 9.8, 22.9
Decimal24451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.08:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.77:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F83;
}
.text-color {
color: #005F83;
}
.border-color {
border: 2px solid #005F83;
}