Shades of Navy Blue #0559DA
Tints of Navy Blue #0559DA
RGB
CMYK
RGB Variations
Color information
#0559DA (or 0x0559DA) is known color: Navy Blue. HEX triplet: 05, 59 and DA. RGB value is (5,89,218). Sum of RGB (Red+Green+Blue) = 5+89+218=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #0559DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559DA is #FAA625. Grayscale: #4D4D4D. Windows color (decimal): -16426534 or 14309637. OLE color: 14309637.
HSL color Cylindrical-coordinate representation of color #0559DA: hue angle of 216.34º degrees, saturation: 0.96, 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 #0559DA is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 89 | 218 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.15 |
| HSL | 216.34º | 0.96% | 0.44% | - |
| HSV(B) | 216.34º | 0.98% | 0.85% | - |
| XYZ | 16.29 | 12.24 | 67.83 | - |
| YUV | 78.59 | 206.67 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 218 | 0.98 | 0.59 | 0 | 0.15 | 216.34 | 0.96 | 0.44 |
| Hex | 5 | 59 | DA | 62 | 3B | 0 | F | D8 | 60 | 2C |
| Octal | 5 | 131 | 332 | 142 | 73 | 0 | 17 | 330 | 140 | 54 |
| Binary | 101 | 1011001 | 11011010 | 1100010 | 111011 | 0 | 1111 | 11011000 | 1100000 | 101100 |
Color Harmonies of #0559DA
Complementary color
Monochromatic Colors of #0559DA
Black with #0559DA
Text Example
Text Example
White with #0559DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0559DA; }
p { color: rgb(5,89,218); }
H1.HeaderClassName
{
color: #0559DA;
}
.AnyTagClassName
{
color: #0559DA;
}
</style>
background-color css
<style>
a { background-color: #0559DA; }
a { background-color: rgb(5,89,218); }
div.DivClassName
{
background-color: #0559DA;
}
.BgClassName
{
background-color: #0559DA;
}
</style>
border-color css
<style>
span { border-color: #0559DA; }
span { border-color: rgb(5,89,218); }
td.TdClassName
{
border-color: #0559DA;
}
.TagClassName
{
border-color: #0559DA;
}
</style>