#003A7C
A dark, vivid blue closely aligning with Darkslateblue.
About #003A7C
The precise color #003A7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(0, 58, 124).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 53% magenta, 0% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
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#003A7C
RGB0, 58, 124
HSL211.9°, 100.0%, 24.3%
CMYK100%, 53%, 0%, 51%
HSV211.9°, 100.0%, 48.6%
LAB25.2, 11.6, -42.0
XYZ5.2, 4.5, 19.7
Decimal14972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.07:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.58:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003A7C;
}
.text-color {
color: #003A7C;
}
.border-color {
border: 2px solid #003A7C;
}