Shades of Navy Blue #0570DC
Tints of Navy Blue #0570DC
RGB
CMYK
RGB Variations
Color information
#0570DC (or 0x0570DC) is known color: Navy Blue. HEX triplet: 05, 70 and DC. RGB value is (5,112,220). Sum of RGB (Red+Green+Blue) = 5+112+220=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #0570DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570DC is #FA8F23. Grayscale: #5B5B5B. Windows color (decimal): -16420644 or 14446597. OLE color: 14446597.
HSL color Cylindrical-coordinate representation of color #0570DC: hue angle of 210.14º 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 #0570DC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 112 | 220 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.14 |
| HSL | 210.14º | 0.96% | 0.44% | - |
| HSV(B) | 210.14º | 0.98% | 0.86% | - |
| XYZ | 18.78 | 16.79 | 69.96 | - |
| YUV | 92.32 | 200.05 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 220 | 0.98 | 0.49 | 0 | 0.14 | 210.14 | 0.96 | 0.44 |
| Hex | 5 | 70 | DC | 62 | 31 | 0 | E | D2 | 60 | 2C |
| Octal | 5 | 160 | 334 | 142 | 61 | 0 | 16 | 322 | 140 | 54 |
| Binary | 101 | 1110000 | 11011100 | 1100010 | 110001 | 0 | 1110 | 11010010 | 1100000 | 101100 |
Color Harmonies of #0570DC
Complementary color
Monochromatic Colors of #0570DC
Black with #0570DC
Text Example
Text Example
White with #0570DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570DC; }
p { color: rgb(5,112,220); }
H1.HeaderClassName
{
color: #0570DC;
}
.AnyTagClassName
{
color: #0570DC;
}
</style>
background-color css
<style>
a { background-color: #0570DC; }
a { background-color: rgb(5,112,220); }
div.DivClassName
{
background-color: #0570DC;
}
.BgClassName
{
background-color: #0570DC;
}
</style>
border-color css
<style>
span { border-color: #0570DC; }
span { border-color: rgb(5,112,220); }
td.TdClassName
{
border-color: #0570DC;
}
.TagClassName
{
border-color: #0570DC;
}
</style>