#004292
A dark, vivid blue closely aligning with Darkslateblue.
About #004292
Visually, #004292 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 0 parts red, 66 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 55% magenta inks. With a hue angle of 212.9 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#004292
RGB0, 66, 146
HSL212.9°, 100.0%, 28.6%
CMYK100%, 55%, 0%, 43%
HSV212.9°, 100.0%, 57.3%
LAB29.3, 15.5, -49.0
XYZ7.1, 6.0, 28.0
Decimal17042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.57:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.15:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004292;
}
.text-color {
color: #004292;
}
.border-color {
border: 2px solid #004292;
}