Shades of Navy Blue #0559DB
Tints of Navy Blue #0559DB
RGB
CMYK
RGB Variations
Color information
#0559DB (or 0x0559DB) is known color: Navy Blue. HEX triplet: 05, 59 and DB. RGB value is (5,89,219). Sum of RGB (Red+Green+Blue) = 5+89+219=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #0559DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559DB is #FAA624. Grayscale: #4E4E4E. Windows color (decimal): -16426533 or 14375173. OLE color: 14375173.
HSL color Cylindrical-coordinate representation of color #0559DB: hue angle of 216.45º 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 #0559DB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 89 | 219 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.14 |
| HSL | 216.45º | 0.96% | 0.44% | - |
| HSV(B) | 216.45º | 0.98% | 0.86% | - |
| XYZ | 16.42 | 12.29 | 68.52 | - |
| YUV | 78.7 | 207.17 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 219 | 0.98 | 0.59 | 0 | 0.14 | 216.45 | 0.96 | 0.44 |
| Hex | 5 | 59 | DB | 62 | 3B | 0 | E | D8 | 60 | 2C |
| Octal | 5 | 131 | 333 | 142 | 73 | 0 | 16 | 330 | 140 | 54 |
| Binary | 101 | 1011001 | 11011011 | 1100010 | 111011 | 0 | 1110 | 11011000 | 1100000 | 101100 |
Color Harmonies of #0559DB
Complementary color
Monochromatic Colors of #0559DB
Black with #0559DB
Text Example
Text Example
White with #0559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0559DB; }
p { color: rgb(5,89,219); }
H1.HeaderClassName
{
color: #0559DB;
}
.AnyTagClassName
{
color: #0559DB;
}
</style>
background-color css
<style>
a { background-color: #0559DB; }
a { background-color: rgb(5,89,219); }
div.DivClassName
{
background-color: #0559DB;
}
.BgClassName
{
background-color: #0559DB;
}
</style>
border-color css
<style>
span { border-color: #0559DB; }
span { border-color: rgb(5,89,219); }
td.TdClassName
{
border-color: #0559DB;
}
.TagClassName
{
border-color: #0559DB;
}
</style>