Shades of Navy Blue #0556E9
Tints of Navy Blue #0556E9
RGB
CMYK
RGB Variations
Color information
#0556E9 (or 0x0556E9) is known color: Navy Blue. HEX triplet: 05, 56 and E9. RGB value is (5,86,233). Sum of RGB (Red+Green+Blue) = 5+86+233=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #0556E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0556E9 is #FAA916. Grayscale: #4D4D4D. Windows color (decimal): -16427287 or 15291909. OLE color: 15291909.
HSL color Cylindrical-coordinate representation of color #0556E9: hue angle of 218.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0556E9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 86 | 233 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.09 |
| HSL | 218.68º | 0.96% | 0.47% | - |
| HSV(B) | 218.68º | 0.98% | 0.91% | - |
| XYZ | 18.1 | 12.57 | 78.56 | - |
| YUV | 78.54 | 215.16 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 233 | 0.98 | 0.63 | 0 | 0.09 | 218.68 | 0.96 | 0.47 |
| Hex | 5 | 56 | E9 | 62 | 3F | 0 | 9 | DB | 60 | 2F |
| Octal | 5 | 126 | 351 | 142 | 77 | 0 | 11 | 333 | 140 | 57 |
| Binary | 101 | 1010110 | 11101001 | 1100010 | 111111 | 0 | 1001 | 11011011 | 1100000 | 101111 |
Color Harmonies of #0556E9
Complementary color
Monochromatic Colors of #0556E9
Black with #0556E9
Text Example
Text Example
White with #0556E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0556E9; }
p { color: rgb(5,86,233); }
H1.HeaderClassName
{
color: #0556E9;
}
.AnyTagClassName
{
color: #0556E9;
}
</style>
background-color css
<style>
a { background-color: #0556E9; }
a { background-color: rgb(5,86,233); }
div.DivClassName
{
background-color: #0556E9;
}
.BgClassName
{
background-color: #0556E9;
}
</style>
border-color css
<style>
span { border-color: #0556E9; }
span { border-color: rgb(5,86,233); }
td.TdClassName
{
border-color: #0556E9;
}
.TagClassName
{
border-color: #0556E9;
}
</style>