#070749
A very dark, vivid blue closely aligning with Midnightblue.
About #070749
When working with digital screens, the color #070749 is rendered by mixing light. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(7, 7, 73).
If you are designing for print, the four-color process is what matters most. The color uses 90% Cyan, 90% Magenta, 0% Yellow, and 71% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#070749
RGB7, 7, 73
HSL240.0°, 82.5%, 15.7%
CMYK90%, 90%, 0%, 71%
HSV240.0°, 90.4%, 28.6%
LAB6.1, 26.2, -39.5
XYZ1.4, 0.7, 6.4
Decimal460617
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.49:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.67:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070749;
}
.text-color {
color: #070749;
}
.border-color {
border: 2px solid #070749;
}