#005083
A dark, vivid blue closely aligning with Steelblue.
About #005083
When working with digital screens, the color #005083 is rendered by mixing light. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(0, 80, 131).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 39% magenta inks. The HSL representation is 203.4° hue, 100.0% saturation, and 25.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#005083
RGB0, 80, 131
HSL203.4°, 100.0%, 25.7%
CMYK100%, 39%, 0%, 49%
HSV203.4°, 100.0%, 51.4%
LAB32.6, -0.5, -34.4
XYZ7.0, 7.4, 22.5
Decimal20611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.48:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.11:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005083;
}
.text-color {
color: #005083;
}
.border-color {
border: 2px solid #005083;
}