#00245F
A very dark, vivid blue closely aligning with Darkslateblue.
About #00245F
At its core, #00245F is a very dark and vivid hue. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 0 red, 36 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 62% magenta, 0% yellow, and 63% black. With a hue angle of 217.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very 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#00245F
RGB0, 36, 95
HSL217.3°, 100.0%, 18.6%
CMYK100%, 62%, 0%, 63%
HSV217.3°, 100.0%, 37.3%
LAB15.9, 14.8, -38.3
XYZ2.7, 2.1, 11.1
Decimal9311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.81:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.16:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00245F;
}
.text-color {
color: #00245F;
}
.border-color {
border: 2px solid #00245F;
}