#240092
A dark, vivid blue closely aligning with Darkblue.
About #240092
Visually, #240092 is defined as a vivid blue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(36, 0, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 75% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#240092
RGB36, 0, 146
HSL254.8°, 100.0%, 28.6%
CMYK75%, 100%, 0%, 43%
HSV254.8°, 100.0%, 57.3%
LAB17.7, 52.9, -68.1
XYZ5.9, 2.5, 27.4
Decimal2359442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.09:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.47:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240092;
}
.text-color {
color: #240092;
}
.border-color {
border: 2px solid #240092;
}