#0024AF
A dark, vivid blue closely aligning with Darkblue.
About #0024AF
The precise color #0024AF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(0, 36, 175).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 79% Magenta, 0% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0024AF
RGB0, 36, 175
HSL227.7°, 100.0%, 34.3%
CMYK100%, 79%, 0%, 31%
HSV227.7°, 100.0%, 68.6%
LAB24.8, 46.5, -74.0
XYZ8.4, 4.4, 41.0
Decimal9391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.22:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.73:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0024AF;
}
.text-color {
color: #0024AF;
}
.border-color {
border: 2px solid #0024AF;
}