Shades of Navy Blue #1556EC
Tints of Navy Blue #1556EC
RGB
CMYK
RGB Variations
Color information
#1556EC (or 0x1556EC) is known color: Navy Blue. HEX triplet: 15, 56 and EC. RGB value is (21,86,236). Sum of RGB (Red+Green+Blue) = 21+86+236=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #1556EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1556EC is #EAA913. Grayscale: #535353. Windows color (decimal): -15378708 or 15488533. OLE color: 15488533.
HSL color Cylindrical-coordinate representation of color #1556EC: hue angle of 221.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1556EC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 86 | 236 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.07 |
| HSL | 221.86º | 0.85% | 0.5% | - |
| HSV(B) | 221.86º | 0.91% | 0.93% | - |
| XYZ | 18.78 | 12.87 | 80.85 | - |
| YUV | 83.67 | 213.97 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 236 | 0.91 | 0.64 | 0 | 0.07 | 221.86 | 0.85 | 0.5 |
| Hex | 15 | 56 | EC | 5B | 40 | 0 | 7 | DE | 55 | 32 |
| Octal | 25 | 126 | 354 | 133 | 100 | 0 | 7 | 336 | 125 | 62 |
| Binary | 10101 | 1010110 | 11101100 | 1011011 | 1000000 | 0 | 111 | 11011110 | 1010101 | 110010 |
Color Harmonies of #1556EC
Complementary color
Monochromatic Colors of #1556EC
Black with #1556EC
Text Example
Text Example
White with #1556EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556EC; }
p { color: rgb(21,86,236); }
H1.HeaderClassName
{
color: #1556EC;
}
.AnyTagClassName
{
color: #1556EC;
}
</style>
background-color css
<style>
a { background-color: #1556EC; }
a { background-color: rgb(21,86,236); }
div.DivClassName
{
background-color: #1556EC;
}
.BgClassName
{
background-color: #1556EC;
}
</style>
border-color css
<style>
span { border-color: #1556EC; }
span { border-color: rgb(21,86,236); }
td.TdClassName
{
border-color: #1556EC;
}
.TagClassName
{
border-color: #1556EC;
}
</style>