Shades of Navy Blue #0556DC
Tints of Navy Blue #0556DC
RGB
CMYK
RGB Variations
Color information
#0556DC (or 0x0556DC) is known color: Navy Blue. HEX triplet: 05, 56 and DC. RGB value is (5,86,220). Sum of RGB (Red+Green+Blue) = 5+86+220=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #0556DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0556DC is #FAA923. Grayscale: #4C4C4C. Windows color (decimal): -16427300 or 14439941. OLE color: 14439941.
HSL color Cylindrical-coordinate representation of color #0556DC: hue angle of 217.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0556DC is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 86 | 220 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.14 |
| HSL | 217.4º | 0.96% | 0.44% | - |
| HSV(B) | 217.4º | 0.98% | 0.86% | - |
| XYZ | 16.31 | 11.86 | 69.14 | - |
| YUV | 77.06 | 208.66 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 220 | 0.98 | 0.61 | 0 | 0.14 | 217.4 | 0.96 | 0.44 |
| Hex | 5 | 56 | DC | 62 | 3D | 0 | E | D9 | 60 | 2C |
| Octal | 5 | 126 | 334 | 142 | 75 | 0 | 16 | 331 | 140 | 54 |
| Binary | 101 | 1010110 | 11011100 | 1100010 | 111101 | 0 | 1110 | 11011001 | 1100000 | 101100 |
Color Harmonies of #0556DC
Complementary color
Monochromatic Colors of #0556DC
Black with #0556DC
Text Example
Text Example
White with #0556DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0556DC; }
p { color: rgb(5,86,220); }
H1.HeaderClassName
{
color: #0556DC;
}
.AnyTagClassName
{
color: #0556DC;
}
</style>
background-color css
<style>
a { background-color: #0556DC; }
a { background-color: rgb(5,86,220); }
div.DivClassName
{
background-color: #0556DC;
}
.BgClassName
{
background-color: #0556DC;
}
</style>
border-color css
<style>
span { border-color: #0556DC; }
span { border-color: rgb(5,86,220); }
td.TdClassName
{
border-color: #0556DC;
}
.TagClassName
{
border-color: #0556DC;
}
</style>