#1649A8
A dark, vivid blue closely aligning with Darkslateblue.
About #1649A8
Visually, #1649A8 is defined as a vivid blue. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 73, and 168.
If you are designing for print, the four-color process is what matters most. The color uses 87% Cyan, 57% Magenta, 0% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1649A8
RGB22, 73, 168
HSL219.0°, 76.8%, 37.3%
CMYK87%, 57%, 0%, 34%
HSV219.0°, 86.9%, 65.9%
LAB33.5, 21.0, -55.5
XYZ9.8, 7.8, 38.0
Decimal1460648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.23:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.86:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1649A8;
}
.text-color {
color: #1649A8;
}
.border-color {
border: 2px solid #1649A8;
}