Shades of Navy Blue #0571CC
Tints of Navy Blue #0571CC
RGB
CMYK
RGB Variations
Color information
#0571CC (or 0x0571CC) is known color: Navy Blue. HEX triplet: 05, 71 and CC. RGB value is (5,113,204). Sum of RGB (Red+Green+Blue) = 5+113+204=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #0571CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0571CC is #FA8E33. Grayscale: #5A5A5A. Windows color (decimal): -16420404 or 13398277. OLE color: 13398277.
HSL color Cylindrical-coordinate representation of color #0571CC: hue angle of 207.44º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571CC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 113 | 204 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.2 |
| HSL | 207.44º | 0.95% | 0.41% | - |
| HSV(B) | 207.44º | 0.98% | 0.8% | - |
| XYZ | 16.87 | 16.2 | 59.37 | - |
| YUV | 91.08 | 191.72 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 204 | 0.98 | 0.45 | 0 | 0.2 | 207.44 | 0.95 | 0.41 |
| Hex | 5 | 71 | CC | 62 | 2D | 0 | 14 | CF | 5F | 29 |
| Octal | 5 | 161 | 314 | 142 | 55 | 0 | 24 | 317 | 137 | 51 |
| Binary | 101 | 1110001 | 11001100 | 1100010 | 101101 | 0 | 10100 | 11001111 | 1011111 | 101001 |
Color Harmonies of #0571CC
Complementary color
Monochromatic Colors of #0571CC
Black with #0571CC
Text Example
Text Example
White with #0571CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571CC; }
p { color: rgb(5,113,204); }
H1.HeaderClassName
{
color: #0571CC;
}
.AnyTagClassName
{
color: #0571CC;
}
</style>
background-color css
<style>
a { background-color: #0571CC; }
a { background-color: rgb(5,113,204); }
div.DivClassName
{
background-color: #0571CC;
}
.BgClassName
{
background-color: #0571CC;
}
</style>
border-color css
<style>
span { border-color: #0571CC; }
span { border-color: rgb(5,113,204); }
td.TdClassName
{
border-color: #0571CC;
}
.TagClassName
{
border-color: #0571CC;
}
</style>