Shades of Navy Blue #0556EA
Tints of Navy Blue #0556EA
RGB
CMYK
RGB Variations
Color information
#0556EA (or 0x0556EA) is known color: Navy Blue. HEX triplet: 05, 56 and EA. RGB value is (5,86,234). Sum of RGB (Red+Green+Blue) = 5+86+234=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #0556EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0556EA is #FAA915. Grayscale: #4D4D4D. Windows color (decimal): -16427286 or 15357445. OLE color: 15357445.
HSL color Cylindrical-coordinate representation of color #0556EA: hue angle of 218.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0556EA is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 86 | 234 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.08 |
| HSL | 218.78º | 0.96% | 0.47% | - |
| HSV(B) | 218.78º | 0.98% | 0.92% | - |
| XYZ | 18.24 | 12.63 | 79.32 | - |
| YUV | 78.65 | 215.66 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 234 | 0.98 | 0.63 | 0 | 0.08 | 218.78 | 0.96 | 0.47 |
| Hex | 5 | 56 | EA | 62 | 3F | 0 | 8 | DB | 60 | 2F |
| Octal | 5 | 126 | 352 | 142 | 77 | 0 | 10 | 333 | 140 | 57 |
| Binary | 101 | 1010110 | 11101010 | 1100010 | 111111 | 0 | 1000 | 11011011 | 1100000 | 101111 |
Color Harmonies of #0556EA
Complementary color
Monochromatic Colors of #0556EA
Black with #0556EA
Text Example
Text Example
White with #0556EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0556EA; }
p { color: rgb(5,86,234); }
H1.HeaderClassName
{
color: #0556EA;
}
.AnyTagClassName
{
color: #0556EA;
}
</style>
background-color css
<style>
a { background-color: #0556EA; }
a { background-color: rgb(5,86,234); }
div.DivClassName
{
background-color: #0556EA;
}
.BgClassName
{
background-color: #0556EA;
}
</style>
border-color css
<style>
span { border-color: #0556EA; }
span { border-color: rgb(5,86,234); }
td.TdClassName
{
border-color: #0556EA;
}
.TagClassName
{
border-color: #0556EA;
}
</style>