Shades of Navy Blue #0571ED
Tints of Navy Blue #0571ED
RGB
CMYK
RGB Variations
Color information
#0571ED (or 0x0571ED) is known color: Navy Blue. HEX triplet: 05, 71 and ED. RGB value is (5,113,237). Sum of RGB (Red+Green+Blue) = 5+113+237=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #0571ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0571ED is #FA8E12. Grayscale: #5E5E5E. Windows color (decimal): -16420371 or 15560965. OLE color: 15560965.
HSL color Cylindrical-coordinate representation of color #0571ED: hue angle of 212.07º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571ED is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 113 | 237 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.07 |
| HSL | 212.07º | 0.96% | 0.47% | - |
| HSV(B) | 212.07º | 0.98% | 0.93% | - |
| XYZ | 21.25 | 17.96 | 82.47 | - |
| YUV | 94.84 | 208.22 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 237 | 0.98 | 0.52 | 0 | 0.07 | 212.07 | 0.96 | 0.47 |
| Hex | 5 | 71 | ED | 62 | 34 | 0 | 7 | D4 | 60 | 2F |
| Octal | 5 | 161 | 355 | 142 | 64 | 0 | 7 | 324 | 140 | 57 |
| Binary | 101 | 1110001 | 11101101 | 1100010 | 110100 | 0 | 111 | 11010100 | 1100000 | 101111 |
Color Harmonies of #0571ED
Complementary color
Monochromatic Colors of #0571ED
Black with #0571ED
Text Example
Text Example
White with #0571ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571ED; }
p { color: rgb(5,113,237); }
H1.HeaderClassName
{
color: #0571ED;
}
.AnyTagClassName
{
color: #0571ED;
}
</style>
background-color css
<style>
a { background-color: #0571ED; }
a { background-color: rgb(5,113,237); }
div.DivClassName
{
background-color: #0571ED;
}
.BgClassName
{
background-color: #0571ED;
}
</style>
border-color css
<style>
span { border-color: #0571ED; }
span { border-color: rgb(5,113,237); }
td.TdClassName
{
border-color: #0571ED;
}
.TagClassName
{
border-color: #0571ED;
}
</style>