Shades of Navy Blue #1562EC
Tints of Navy Blue #1562EC
RGB
CMYK
RGB Variations
Color information
#1562EC (or 0x1562EC) is known color: Navy Blue. HEX triplet: 15, 62 and EC. RGB value is (21,98,236). Sum of RGB (Red+Green+Blue) = 21+98+236=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #1562EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562EC is #EA9D13. Grayscale: #5A5A5A. Windows color (decimal): -15375636 or 15491605. OLE color: 15491605.
HSL color Cylindrical-coordinate representation of color #1562EC: hue angle of 218.51º 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 #1562EC is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 98 | 236 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.07 |
| HSL | 218.51º | 0.85% | 0.5% | - |
| HSV(B) | 218.51º | 0.91% | 0.93% | - |
| XYZ | 19.82 | 14.95 | 81.2 | - |
| YUV | 90.71 | 209.99 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 236 | 0.91 | 0.58 | 0 | 0.07 | 218.51 | 0.85 | 0.5 |
| Hex | 15 | 62 | EC | 5B | 3A | 0 | 7 | DB | 55 | 32 |
| Octal | 25 | 142 | 354 | 133 | 72 | 0 | 7 | 333 | 125 | 62 |
| Binary | 10101 | 1100010 | 11101100 | 1011011 | 111010 | 0 | 111 | 11011011 | 1010101 | 110010 |
Color Harmonies of #1562EC
Complementary color
Monochromatic Colors of #1562EC
Black with #1562EC
Text Example
Text Example
White with #1562EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562EC; }
p { color: rgb(21,98,236); }
H1.HeaderClassName
{
color: #1562EC;
}
.AnyTagClassName
{
color: #1562EC;
}
</style>
background-color css
<style>
a { background-color: #1562EC; }
a { background-color: rgb(21,98,236); }
div.DivClassName
{
background-color: #1562EC;
}
.BgClassName
{
background-color: #1562EC;
}
</style>
border-color css
<style>
span { border-color: #1562EC; }
span { border-color: rgb(21,98,236); }
td.TdClassName
{
border-color: #1562EC;
}
.TagClassName
{
border-color: #1562EC;
}
</style>