#0024A8
A dark, vivid blue closely aligning with Darkblue.
About #0024A8
When working with digital screens, the color #0024A8 is rendered by mixing light. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(0, 36, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 79% magenta, 0% yellow, and 34% black. The HSL representation is 227.1° hue, 100.0% saturation, and 32.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0024A8
RGB0, 36, 168
HSL227.1°, 100.0%, 32.9%
CMYK100%, 79%, 0%, 34%
HSV227.1°, 100.0%, 65.9%
LAB24.0, 44.1, -71.2
XYZ7.7, 4.1, 37.4
Decimal9384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.55:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.04:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0024A8;
}
.text-color {
color: #0024A8;
}
.border-color {
border: 2px solid #0024A8;
}