#074292
A dark, vivid blue closely aligning with Darkslateblue.
About #074292
The hex code #074292 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 7 red, 66 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 95% C, 55% M, 0% Y, and 43% K. The HSL representation is 214.5° hue, 90.8% saturation, and 30.0% lightness.
When using this color as a background, text legibility must be considered. 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#074292
RGB7, 66, 146
HSL214.5°, 90.8%, 30.0%
CMYK95%, 55%, 0%, 43%
HSV214.5°, 95.2%, 57.3%
LAB29.5, 15.9, -48.8
XYZ7.2, 6.0, 28.0
Decimal475794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.53:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #074292;
}
.text-color {
color: #074292;
}
.border-color {
border: 2px solid #074292;
}