Shades of Navy Blue #1560EC
Tints of Navy Blue #1560EC
RGB
CMYK
RGB Variations
Color information
#1560EC (or 0x1560EC) is known color: Navy Blue. HEX triplet: 15, 60 and EC. RGB value is (21,96,236). Sum of RGB (Red+Green+Blue) = 21+96+236=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #1560EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560EC is #EA9F13. Grayscale: #585858. Windows color (decimal): -15376148 or 15491093. OLE color: 15491093.
HSL color Cylindrical-coordinate representation of color #1560EC: hue angle of 219.07º 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 #1560EC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 96 | 236 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.07 |
| HSL | 219.07º | 0.85% | 0.5% | - |
| HSV(B) | 219.07º | 0.91% | 0.93% | - |
| XYZ | 19.63 | 14.58 | 81.14 | - |
| YUV | 89.54 | 210.65 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 236 | 0.91 | 0.59 | 0 | 0.07 | 219.07 | 0.85 | 0.5 |
| Hex | 15 | 60 | EC | 5B | 3B | 0 | 7 | DB | 55 | 32 |
| Octal | 25 | 140 | 354 | 133 | 73 | 0 | 7 | 333 | 125 | 62 |
| Binary | 10101 | 1100000 | 11101100 | 1011011 | 111011 | 0 | 111 | 11011011 | 1010101 | 110010 |
Color Harmonies of #1560EC
Complementary color
Monochromatic Colors of #1560EC
Black with #1560EC
Text Example
Text Example
White with #1560EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560EC; }
p { color: rgb(21,96,236); }
H1.HeaderClassName
{
color: #1560EC;
}
.AnyTagClassName
{
color: #1560EC;
}
</style>
background-color css
<style>
a { background-color: #1560EC; }
a { background-color: rgb(21,96,236); }
div.DivClassName
{
background-color: #1560EC;
}
.BgClassName
{
background-color: #1560EC;
}
</style>
border-color css
<style>
span { border-color: #1560EC; }
span { border-color: rgb(21,96,236); }
td.TdClassName
{
border-color: #1560EC;
}
.TagClassName
{
border-color: #1560EC;
}
</style>