Shades of Navy Blue #0572CC
Tints of Navy Blue #0572CC
RGB
CMYK
RGB Variations
Color information
#0572CC (or 0x0572CC) is known color: Navy Blue. HEX triplet: 05, 72 and CC. RGB value is (5,114,204). Sum of RGB (Red+Green+Blue) = 5+114+204=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #0572CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0572CC is #FA8D33. Grayscale: #5B5B5B. Windows color (decimal): -16420148 or 13398533. OLE color: 13398533.
HSL color Cylindrical-coordinate representation of color #0572CC: hue angle of 207.14º 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 #0572CC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 114 | 204 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.2 |
| HSL | 207.14º | 0.95% | 0.41% | - |
| HSV(B) | 207.14º | 0.98% | 0.8% | - |
| XYZ | 16.98 | 16.43 | 59.4 | - |
| YUV | 91.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 204 | 0.98 | 0.44 | 0 | 0.2 | 207.14 | 0.95 | 0.41 |
| Hex | 5 | 72 | CC | 62 | 2C | 0 | 14 | CF | 5F | 29 |
| Octal | 5 | 162 | 314 | 142 | 54 | 0 | 24 | 317 | 137 | 51 |
| Binary | 101 | 1110010 | 11001100 | 1100010 | 101100 | 0 | 10100 | 11001111 | 1011111 | 101001 |
Color Harmonies of #0572CC
Complementary color
Monochromatic Colors of #0572CC
Black with #0572CC
Text Example
Text Example
White with #0572CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0572CC; }
p { color: rgb(5,114,204); }
H1.HeaderClassName
{
color: #0572CC;
}
.AnyTagClassName
{
color: #0572CC;
}
</style>
background-color css
<style>
a { background-color: #0572CC; }
a { background-color: rgb(5,114,204); }
div.DivClassName
{
background-color: #0572CC;
}
.BgClassName
{
background-color: #0572CC;
}
</style>
border-color css
<style>
span { border-color: #0572CC; }
span { border-color: rgb(5,114,204); }
td.TdClassName
{
border-color: #0572CC;
}
.TagClassName
{
border-color: #0572CC;
}
</style>