#07428A
A dark, vivid blue closely aligning with Darkslateblue.
About #07428A
The hex code #07428A represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(7, 66, 138).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 95% Cyan, 52% Magenta, 0% Yellow, and 46% Black. With a hue angle of 213.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07428A
RGB7, 66, 138
HSL213.0°, 90.3%, 28.4%
CMYK95%, 52%, 0%, 46%
HSV213.0°, 94.9%, 54.1%
LAB28.8, 12.5, -44.8
XYZ6.6, 5.8, 24.8
Decimal475786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.74:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.31:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07428A;
}
.text-color {
color: #07428A;
}
.border-color {
border: 2px solid #07428A;
}