#240783
A dark, vivid blue closely aligning with Navy.
About #240783
Visually, #240783 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Navy. Its digital footprint relies on 36 parts red, 7 parts green, and 131 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 73% Cyan, 95% Magenta, 0% Yellow, and 49% Black. The HSL representation is 254.0° hue, 89.9% saturation, and 27.1% 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#240783
RGB36, 7, 131
HSL254.0°, 89.9%, 27.1%
CMYK73%, 95%, 0%, 49%
HSV254.0°, 94.7%, 51.4%
LAB16.3, 46.7, -61.0
XYZ4.9, 2.2, 21.6
Decimal2361219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.65:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.01:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240783;
}
.text-color {
color: #240783;
}
.border-color {
border: 2px solid #240783;
}