#1642AF
A dark, vivid blue closely aligning with Slateblue.
About #1642AF
Visually, #1642AF is defined as a vivid blue. Its closest recognized web color is Slateblue. In the RGB color space, it consists of 22 red, 66 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. The color uses 87% Cyan, 62% Magenta, 0% Yellow, and 31% Black. With a hue angle of 222.7 degrees, it sits comfortably in the blue spectrum.
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#1642AF
RGB22, 66, 175
HSL222.7°, 77.7%, 38.6%
CMYK87%, 62%, 0%, 31%
HSV222.7°, 87.4%, 68.6%
LAB32.2, 28.5, -61.8
XYZ10.0, 7.2, 41.4
Decimal1458863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.63:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.25:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1642AF;
}
.text-color {
color: #1642AF;
}
.border-color {
border: 2px solid #1642AF;
}