Shades of Navy Blue #0559D2
Tints of Navy Blue #0559D2
RGB
CMYK
RGB Variations
Color information
#0559D2 (or 0x0559D2) is known color: Navy Blue. HEX triplet: 05, 59 and D2. RGB value is (5,89,210). Sum of RGB (Red+Green+Blue) = 5+89+210=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 210 (82.42% from 255 or 69.08% from 304); Max value from RGB is 210 - color contains mainly: blue. Hex color #0559D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559D2 is #FAA62D. Grayscale: #4D4D4D. Windows color (decimal): -16426542 or 13785349. OLE color: 13785349.
HSL color Cylindrical-coordinate representation of color #0559D2: hue angle of 215.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0559D2 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 89 | 210 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.18 |
| HSL | 215.41º | 0.95% | 0.42% | - |
| HSV(B) | 215.41º | 0.98% | 0.82% | - |
| XYZ | 15.27 | 11.83 | 62.45 | - |
| YUV | 77.68 | 202.67 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 210 | 0.98 | 0.58 | 0 | 0.18 | 215.41 | 0.95 | 0.42 |
| Hex | 5 | 59 | D2 | 62 | 3A | 0 | 12 | D7 | 5F | 2A |
| Octal | 5 | 131 | 322 | 142 | 72 | 0 | 22 | 327 | 137 | 52 |
| Binary | 101 | 1011001 | 11010010 | 1100010 | 111010 | 0 | 10010 | 11010111 | 1011111 | 101010 |
Color Harmonies of #0559D2
Complementary color
Monochromatic Colors of #0559D2
Black with #0559D2
Text Example
Text Example
White with #0559D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0559D2; }
p { color: rgb(5,89,210); }
H1.HeaderClassName
{
color: #0559D2;
}
.AnyTagClassName
{
color: #0559D2;
}
</style>
background-color css
<style>
a { background-color: #0559D2; }
a { background-color: rgb(5,89,210); }
div.DivClassName
{
background-color: #0559D2;
}
.BgClassName
{
background-color: #0559D2;
}
</style>
border-color css
<style>
span { border-color: #0559D2; }
span { border-color: rgb(5,89,210); }
td.TdClassName
{
border-color: #0559D2;
}
.TagClassName
{
border-color: #0559D2;
}
</style>