Shades of Navy Blue #0556CC
Tints of Navy Blue #0556CC
RGB
CMYK
RGB Variations
Color information
#0556CC (or 0x0556CC) is known color: Navy Blue. HEX triplet: 05, 56 and CC. RGB value is (5,86,204). Sum of RGB (Red+Green+Blue) = 5+86+204=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #0556CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0556CC is #FAA933. Grayscale: #4A4A4A. Windows color (decimal): -16427316 or 13391365. OLE color: 13391365.
HSL color Cylindrical-coordinate representation of color #0556CC: hue angle of 215.58º 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 #0556CC is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 86 | 204 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.2 |
| HSL | 215.58º | 0.95% | 0.41% | - |
| HSV(B) | 215.58º | 0.98% | 0.8% | - |
| XYZ | 14.29 | 11.05 | 58.51 | - |
| YUV | 75.23 | 200.66 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 204 | 0.98 | 0.58 | 0 | 0.2 | 215.58 | 0.95 | 0.41 |
| Hex | 5 | 56 | CC | 62 | 3A | 0 | 14 | D8 | 5F | 29 |
| Octal | 5 | 126 | 314 | 142 | 72 | 0 | 24 | 330 | 137 | 51 |
| Binary | 101 | 1010110 | 11001100 | 1100010 | 111010 | 0 | 10100 | 11011000 | 1011111 | 101001 |
Color Harmonies of #0556CC
Complementary color
Monochromatic Colors of #0556CC
Black with #0556CC
Text Example
Text Example
White with #0556CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0556CC; }
p { color: rgb(5,86,204); }
H1.HeaderClassName
{
color: #0556CC;
}
.AnyTagClassName
{
color: #0556CC;
}
</style>
background-color css
<style>
a { background-color: #0556CC; }
a { background-color: rgb(5,86,204); }
div.DivClassName
{
background-color: #0556CC;
}
.BgClassName
{
background-color: #0556CC;
}
</style>
border-color css
<style>
span { border-color: #0556CC; }
span { border-color: rgb(5,86,204); }
td.TdClassName
{
border-color: #0556CC;
}
.TagClassName
{
border-color: #0556CC;
}
</style>