#07577C
A dark, vivid blue closely aligning with Steelblue.
About #07577C
At its core, #07577C is a dark and vivid hue. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 7 red, 87 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 94% cyan, 30% magenta, 0% yellow, and 51% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07577C
RGB7, 87, 124
HSL199.0°, 89.3%, 25.7%
CMYK94%, 30%, 0%, 51%
HSV199.0°, 94.4%, 48.6%
LAB34.6, -7.3, -27.0
XYZ7.1, 8.3, 20.3
Decimal481148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.88:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.54:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07577C;
}
.text-color {
color: #07577C;
}
.border-color {
border: 2px solid #07577C;
}