Shades of Navy Blue #0556D9
Tints of Navy Blue #0556D9
RGB
CMYK
RGB Variations
Color information
#0556D9 (or 0x0556D9) is known color: Navy Blue. HEX triplet: 05, 56 and D9. RGB value is (5,86,217). Sum of RGB (Red+Green+Blue) = 5+86+217=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 217 (85.16% from 255 or 70.45% from 308); Max value from RGB is 217 - color contains mainly: blue. Hex color #0556D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0556D9 is #FAA926. Grayscale: #4C4C4C. Windows color (decimal): -16427303 or 14243333. OLE color: 14243333.
HSL color Cylindrical-coordinate representation of color #0556D9: hue angle of 217.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0556D9 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 86 | 217 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.15 |
| HSL | 217.08º | 0.95% | 0.44% | - |
| HSV(B) | 217.08º | 0.98% | 0.85% | - |
| XYZ | 15.91 | 11.7 | 67.06 | - |
| YUV | 76.72 | 207.16 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 217 | 0.98 | 0.60 | 0 | 0.15 | 217.08 | 0.95 | 0.44 |
| Hex | 5 | 56 | D9 | 62 | 3C | 0 | F | D9 | 5F | 2C |
| Octal | 5 | 126 | 331 | 142 | 74 | 0 | 17 | 331 | 137 | 54 |
| Binary | 101 | 1010110 | 11011001 | 1100010 | 111100 | 0 | 1111 | 11011001 | 1011111 | 101100 |
Color Harmonies of #0556D9
Complementary color
Monochromatic Colors of #0556D9
Black with #0556D9
Text Example
Text Example
White with #0556D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0556D9; }
p { color: rgb(5,86,217); }
H1.HeaderClassName
{
color: #0556D9;
}
.AnyTagClassName
{
color: #0556D9;
}
</style>
background-color css
<style>
a { background-color: #0556D9; }
a { background-color: rgb(5,86,217); }
div.DivClassName
{
background-color: #0556D9;
}
.BgClassName
{
background-color: #0556D9;
}
</style>
border-color css
<style>
span { border-color: #0556D9; }
span { border-color: rgb(5,86,217); }
td.TdClassName
{
border-color: #0556D9;
}
.TagClassName
{
border-color: #0556D9;
}
</style>