Shades of Navy Blue #0571DC
Tints of Navy Blue #0571DC
RGB
CMYK
RGB Variations
Color information
#0571DC (or 0x0571DC) is known color: Navy Blue. HEX triplet: 05, 71 and DC. RGB value is (5,113,220). Sum of RGB (Red+Green+Blue) = 5+113+220=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #0571DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0571DC is #FA8E23. Grayscale: #5C5C5C. Windows color (decimal): -16420388 or 14446853. OLE color: 14446853.
HSL color Cylindrical-coordinate representation of color #0571DC: hue angle of 209.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571DC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 113 | 220 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.14 |
| HSL | 209.86º | 0.96% | 0.44% | - |
| HSV(B) | 209.86º | 0.98% | 0.86% | - |
| XYZ | 18.89 | 17.01 | 70 | - |
| YUV | 92.91 | 199.72 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 220 | 0.98 | 0.49 | 0 | 0.14 | 209.86 | 0.96 | 0.44 |
| Hex | 5 | 71 | DC | 62 | 31 | 0 | E | D2 | 60 | 2C |
| Octal | 5 | 161 | 334 | 142 | 61 | 0 | 16 | 322 | 140 | 54 |
| Binary | 101 | 1110001 | 11011100 | 1100010 | 110001 | 0 | 1110 | 11010010 | 1100000 | 101100 |
Color Harmonies of #0571DC
Complementary color
Monochromatic Colors of #0571DC
Black with #0571DC
Text Example
Text Example
White with #0571DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571DC; }
p { color: rgb(5,113,220); }
H1.HeaderClassName
{
color: #0571DC;
}
.AnyTagClassName
{
color: #0571DC;
}
</style>
background-color css
<style>
a { background-color: #0571DC; }
a { background-color: rgb(5,113,220); }
div.DivClassName
{
background-color: #0571DC;
}
.BgClassName
{
background-color: #0571DC;
}
</style>
border-color css
<style>
span { border-color: #0571DC; }
span { border-color: rgb(5,113,220); }
td.TdClassName
{
border-color: #0571DC;
}
.TagClassName
{
border-color: #0571DC;
}
</style>