#076DA0
A dark, vivid blue closely aligning with Steelblue.
About #076DA0
The precise color #076DA0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 7 parts red, 109 parts green, and 160 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 32% M, 0% Y, and 37% K. With a hue angle of 200.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#076DA0
RGB7, 109, 160
HSL200.0°, 91.6%, 32.7%
CMYK96%, 32%, 0%, 37%
HSV200.0°, 95.6%, 62.7%
LAB43.5, -6.5, -34.7
XYZ11.9, 13.5, 35.2
Decimal486816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.67:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.42:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #076DA0;
}
.text-color {
color: #076DA0;
}
.border-color {
border: 2px solid #076DA0;
}