Shades of Navy Blue #0559DC
Tints of Navy Blue #0559DC
RGB
CMYK
RGB Variations
Color information
#0559DC (or 0x0559DC) is known color: Navy Blue. HEX triplet: 05, 59 and DC. RGB value is (5,89,220). Sum of RGB (Red+Green+Blue) = 5+89+220=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #0559DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559DC is #FAA623. Grayscale: #4E4E4E. Windows color (decimal): -16426532 or 14440709. OLE color: 14440709.
HSL color Cylindrical-coordinate representation of color #0559DC: hue angle of 216.56º 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 #0559DC is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 89 | 220 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.14 |
| HSL | 216.56º | 0.96% | 0.44% | - |
| HSV(B) | 216.56º | 0.98% | 0.86% | - |
| XYZ | 16.55 | 12.34 | 69.22 | - |
| YUV | 78.82 | 207.67 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 220 | 0.98 | 0.60 | 0 | 0.14 | 216.56 | 0.96 | 0.44 |
| Hex | 5 | 59 | DC | 62 | 3C | 0 | E | D9 | 60 | 2C |
| Octal | 5 | 131 | 334 | 142 | 74 | 0 | 16 | 331 | 140 | 54 |
| Binary | 101 | 1011001 | 11011100 | 1100010 | 111100 | 0 | 1110 | 11011001 | 1100000 | 101100 |
Color Harmonies of #0559DC
Complementary color
Monochromatic Colors of #0559DC
Black with #0559DC
Text Example
Text Example
White with #0559DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0559DC; }
p { color: rgb(5,89,220); }
H1.HeaderClassName
{
color: #0559DC;
}
.AnyTagClassName
{
color: #0559DC;
}
</style>
background-color css
<style>
a { background-color: #0559DC; }
a { background-color: rgb(5,89,220); }
div.DivClassName
{
background-color: #0559DC;
}
.BgClassName
{
background-color: #0559DC;
}
</style>
border-color css
<style>
span { border-color: #0559DC; }
span { border-color: rgb(5,89,220); }
td.TdClassName
{
border-color: #0559DC;
}
.TagClassName
{
border-color: #0559DC;
}
</style>