Shades of Navy Blue #0562CC
Tints of Navy Blue #0562CC
RGB
CMYK
RGB Variations
Color information
#0562CC (or 0x0562CC) is known color: Navy Blue. HEX triplet: 05, 62 and CC. RGB value is (5,98,204). Sum of RGB (Red+Green+Blue) = 5+98+204=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #0562CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562CC is #FA9D33. Grayscale: #515151. Windows color (decimal): -16424244 or 13394437. OLE color: 13394437.
HSL color Cylindrical-coordinate representation of color #0562CC: hue angle of 211.96º 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 #0562CC is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 98 | 204 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.2 |
| HSL | 211.96º | 0.95% | 0.41% | - |
| HSV(B) | 211.96º | 0.98% | 0.8% | - |
| XYZ | 15.33 | 13.13 | 58.85 | - |
| YUV | 82.28 | 196.69 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 204 | 0.98 | 0.52 | 0 | 0.2 | 211.96 | 0.95 | 0.41 |
| Hex | 5 | 62 | CC | 62 | 34 | 0 | 14 | D4 | 5F | 29 |
| Octal | 5 | 142 | 314 | 142 | 64 | 0 | 24 | 324 | 137 | 51 |
| Binary | 101 | 1100010 | 11001100 | 1100010 | 110100 | 0 | 10100 | 11010100 | 1011111 | 101001 |
Color Harmonies of #0562CC
Complementary color
Monochromatic Colors of #0562CC
Black with #0562CC
Text Example
Text Example
White with #0562CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0562CC; }
p { color: rgb(5,98,204); }
H1.HeaderClassName
{
color: #0562CC;
}
.AnyTagClassName
{
color: #0562CC;
}
</style>
background-color css
<style>
a { background-color: #0562CC; }
a { background-color: rgb(5,98,204); }
div.DivClassName
{
background-color: #0562CC;
}
.BgClassName
{
background-color: #0562CC;
}
</style>
border-color css
<style>
span { border-color: #0562CC; }
span { border-color: rgb(5,98,204); }
td.TdClassName
{
border-color: #0562CC;
}
.TagClassName
{
border-color: #0562CC;
}
</style>