#1642A0
A dark, vivid blue closely aligning with Darkslateblue.
About #1642A0
When working with digital screens, the color #1642A0 is rendered by mixing light. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(22, 66, 160).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 86% cyan, 59% magenta, 0% yellow, and 37% black. With a hue angle of 220.9 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1642A0
RGB22, 66, 160
HSL220.9°, 75.8%, 35.7%
CMYK86%, 59%, 0%, 37%
HSV220.9°, 86.2%, 62.7%
LAB30.9, 22.6, -54.9
XYZ8.6, 6.6, 34.1
Decimal1458848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.05:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.65:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1642A0;
}
.text-color {
color: #1642A0;
}
.border-color {
border: 2px solid #1642A0;
}