Shades of Navy Blue #0570CA
Tints of Navy Blue #0570CA
RGB
CMYK
RGB Variations
Color information
#0570CA (or 0x0570CA) is known color: Navy Blue. HEX triplet: 05, 70 and CA. RGB value is (5,112,202). Sum of RGB (Red+Green+Blue) = 5+112+202=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #0570CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570CA is #FA8F35. Grayscale: #595959. Windows color (decimal): -16420662 or 13266949. OLE color: 13266949.
HSL color Cylindrical-coordinate representation of color #0570CA: hue angle of 207.41º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0570CA is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 112 | 202 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.21 |
| HSL | 207.41º | 0.95% | 0.41% | - |
| HSV(B) | 207.41º | 0.98% | 0.79% | - |
| XYZ | 16.52 | 15.88 | 58.07 | - |
| YUV | 90.27 | 191.05 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 202 | 0.98 | 0.45 | 0 | 0.21 | 207.41 | 0.95 | 0.41 |
| Hex | 5 | 70 | CA | 62 | 2D | 0 | 15 | CF | 5F | 29 |
| Octal | 5 | 160 | 312 | 142 | 55 | 0 | 25 | 317 | 137 | 51 |
| Binary | 101 | 1110000 | 11001010 | 1100010 | 101101 | 0 | 10101 | 11001111 | 1011111 | 101001 |
Color Harmonies of #0570CA
Complementary color
Monochromatic Colors of #0570CA
Black with #0570CA
Text Example
Text Example
White with #0570CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570CA; }
p { color: rgb(5,112,202); }
H1.HeaderClassName
{
color: #0570CA;
}
.AnyTagClassName
{
color: #0570CA;
}
</style>
background-color css
<style>
a { background-color: #0570CA; }
a { background-color: rgb(5,112,202); }
div.DivClassName
{
background-color: #0570CA;
}
.BgClassName
{
background-color: #0570CA;
}
</style>
border-color css
<style>
span { border-color: #0570CA; }
span { border-color: rgb(5,112,202); }
td.TdClassName
{
border-color: #0570CA;
}
.TagClassName
{
border-color: #0570CA;
}
</style>