Shades of Navy Blue #1562E0
Tints of Navy Blue #1562E0
RGB
CMYK
RGB Variations
Color information
#1562E0 (or 0x1562E0) is known color: Navy Blue. HEX triplet: 15, 62 and E0. RGB value is (21,98,224). Sum of RGB (Red+Green+Blue) = 21+98+224=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #1562E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562E0 is #EA9D1F. Grayscale: #585858. Windows color (decimal): -15375648 or 14705173. OLE color: 14705173.
HSL color Cylindrical-coordinate representation of color #1562E0: hue angle of 217.24º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562E0 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 98 | 224 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.12 |
| HSL | 217.24º | 0.83% | 0.48% | - |
| HSV(B) | 217.24º | 0.91% | 0.88% | - |
| XYZ | 18.13 | 14.28 | 72.32 | - |
| YUV | 89.34 | 203.99 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 224 | 0.91 | 0.56 | 0 | 0.12 | 217.24 | 0.83 | 0.48 |
| Hex | 15 | 62 | E0 | 5B | 38 | 0 | C | D9 | 53 | 30 |
| Octal | 25 | 142 | 340 | 133 | 70 | 0 | 14 | 331 | 123 | 60 |
| Binary | 10101 | 1100010 | 11100000 | 1011011 | 111000 | 0 | 1100 | 11011001 | 1010011 | 110000 |
Color Harmonies of #1562E0
Complementary color
Monochromatic Colors of #1562E0
Black with #1562E0
Text Example
Text Example
White with #1562E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562E0; }
p { color: rgb(21,98,224); }
H1.HeaderClassName
{
color: #1562E0;
}
.AnyTagClassName
{
color: #1562E0;
}
</style>
background-color css
<style>
a { background-color: #1562E0; }
a { background-color: rgb(21,98,224); }
div.DivClassName
{
background-color: #1562E0;
}
.BgClassName
{
background-color: #1562E0;
}
</style>
border-color css
<style>
span { border-color: #1562E0; }
span { border-color: rgb(21,98,224); }
td.TdClassName
{
border-color: #1562E0;
}
.TagClassName
{
border-color: #1562E0;
}
</style>