#0700AF
A dark, vivid blue closely aligning with Mediumblue.
About #0700AF
When working with digital screens, the color #0700AF is rendered by mixing light. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 0, and 175.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 96% cyan, 100% magenta, 0% yellow, and 31% black. With a hue angle of 242.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0700AF
RGB7, 0, 175
HSL242.4°, 100.0%, 34.3%
CMYK96%, 100%, 0%, 31%
HSV242.4°, 100.0%, 68.6%
LAB20.6, 59.8, -81.0
XYZ7.8, 3.1, 40.8
Decimal458927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.90:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.33:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700AF;
}
.text-color {
color: #0700AF;
}
.border-color {
border: 2px solid #0700AF;
}