#1624AF
A dark, vivid blue closely aligning with Darkblue.
About #1624AF
At its core, #1624AF is a dark and vivid hue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(22, 36, 175).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 87% C, 79% M, 0% Y, and 31% K. With a hue angle of 234.5 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1624AF
RGB22, 36, 175
HSL234.5°, 77.7%, 38.6%
CMYK87%, 79%, 0%, 31%
HSV234.5°, 87.4%, 68.6%
LAB25.3, 47.1, -73.1
XYZ8.7, 4.5, 41.0
Decimal1451183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.02:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.53:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1624AF;
}
.text-color {
color: #1624AF;
}
.border-color {
border: 2px solid #1624AF;
}