#0724AF
A dark, vivid blue closely aligning with Darkblue.
About #0724AF
The hex code #0724AF represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(7, 36, 175).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 96% cyan, 79% magenta, 0% yellow, and 31% black. With a hue angle of 229.6 degrees, it sits comfortably in the blue spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0724AF
RGB7, 36, 175
HSL229.6°, 92.3%, 35.7%
CMYK96%, 79%, 0%, 31%
HSV229.6°, 96.0%, 68.6%
LAB25.0, 46.7, -73.8
XYZ8.5, 4.4, 41.0
Decimal468143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.17:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.67:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724AF;
}
.text-color {
color: #0724AF;
}
.border-color {
border: 2px solid #0724AF;
}