Shades of Navy Blue #0559EF
Tints of Navy Blue #0559EF
RGB
CMYK
RGB Variations
Color information
#0559EF (or 0x0559EF) is known color: Navy Blue. HEX triplet: 05, 59 and EF. RGB value is (5,89,239). Sum of RGB (Red+Green+Blue) = 5+89+239=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #0559EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0559EF is #FAA610. Grayscale: #505050. Windows color (decimal): -16426513 or 15685893. OLE color: 15685893.
HSL color Cylindrical-coordinate representation of color #0559EF: hue angle of 218.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0559EF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 89 | 239 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.06 |
| HSL | 218.46º | 0.96% | 0.48% | - |
| HSV(B) | 218.46º | 0.98% | 0.94% | - |
| XYZ | 19.21 | 13.41 | 83.24 | - |
| YUV | 80.98 | 217.17 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 239 | 0.98 | 0.63 | 0 | 0.06 | 218.46 | 0.96 | 0.48 |
| Hex | 5 | 59 | EF | 62 | 3F | 0 | 6 | DA | 60 | 30 |
| Octal | 5 | 131 | 357 | 142 | 77 | 0 | 6 | 332 | 140 | 60 |
| Binary | 101 | 1011001 | 11101111 | 1100010 | 111111 | 0 | 110 | 11011010 | 1100000 | 110000 |
Color Harmonies of #0559EF
Complementary color
Monochromatic Colors of #0559EF
Black with #0559EF
Text Example
Text Example
White with #0559EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0559EF; }
p { color: rgb(5,89,239); }
H1.HeaderClassName
{
color: #0559EF;
}
.AnyTagClassName
{
color: #0559EF;
}
</style>
background-color css
<style>
a { background-color: #0559EF; }
a { background-color: rgb(5,89,239); }
div.DivClassName
{
background-color: #0559EF;
}
.BgClassName
{
background-color: #0559EF;
}
</style>
border-color css
<style>
span { border-color: #0559EF; }
span { border-color: rgb(5,89,239); }
td.TdClassName
{
border-color: #0559EF;
}
.TagClassName
{
border-color: #0559EF;
}
</style>