#240F8A
A dark, vivid blue closely aligning with Navy.
About #240F8A
Visually, #240F8A is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Navy. In the RGB color space, it consists of 36 red, 15 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 74% C, 89% M, 0% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#240F8A
RGB36, 15, 138
HSL250.2°, 80.4%, 30.0%
CMYK74%, 89%, 0%, 46%
HSV250.2°, 89.1%, 54.1%
LAB18.2, 46.0, -62.3
XYZ5.5, 2.6, 24.2
Decimal2363274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.90:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.29:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240F8A;
}
.text-color {
color: #240F8A;
}
.border-color {
border: 2px solid #240F8A;
}