#07508A
A dark, vivid blue closely aligning with Steelblue.
About #07508A
At its core, #07508A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 7 parts red, 80 parts green, and 138 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 95% cyan and 42% magenta inks. With a hue angle of 206.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#07508A
RGB7, 80, 138
HSL206.6°, 90.3%, 28.4%
CMYK95%, 42%, 0%, 46%
HSV206.6°, 94.9%, 54.1%
LAB33.2, 2.9, -37.9
XYZ7.5, 7.6, 25.1
Decimal479370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.32:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.95:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07508A;
}
.text-color {
color: #07508A;
}
.border-color {
border: 2px solid #07508A;
}