Shades of Navy Blue #1562E5
Tints of Navy Blue #1562E5
RGB
CMYK
RGB Variations
Color information
#1562E5 (or 0x1562E5) is known color: Navy Blue. HEX triplet: 15, 62 and E5. RGB value is (21,98,229). Sum of RGB (Red+Green+Blue) = 21+98+229=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 229 (89.84% from 255 or 65.80% from 348); Max value from RGB is 229 - color contains mainly: blue. Hex color #1562E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562E5 is #EA9D1A. Grayscale: #595959. Windows color (decimal): -15375643 or 15032853. OLE color: 15032853.
HSL color Cylindrical-coordinate representation of color #1562E5: hue angle of 217.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562E5 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 98 | 229 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.10 |
| HSL | 217.79º | 0.83% | 0.49% | - |
| HSV(B) | 217.79º | 0.91% | 0.9% | - |
| XYZ | 18.82 | 14.55 | 75.95 | - |
| YUV | 89.91 | 206.49 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 229 | 0.91 | 0.57 | 0 | 0.10 | 217.79 | 0.83 | 0.49 |
| Hex | 15 | 62 | E5 | 5B | 39 | 0 | A | DA | 53 | 31 |
| Octal | 25 | 142 | 345 | 133 | 71 | 0 | 12 | 332 | 123 | 61 |
| Binary | 10101 | 1100010 | 11100101 | 1011011 | 111001 | 0 | 1010 | 11011010 | 1010011 | 110001 |
Color Harmonies of #1562E5
Complementary color
Monochromatic Colors of #1562E5
Black with #1562E5
Text Example
Text Example
White with #1562E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562E5; }
p { color: rgb(21,98,229); }
H1.HeaderClassName
{
color: #1562E5;
}
.AnyTagClassName
{
color: #1562E5;
}
</style>
background-color css
<style>
a { background-color: #1562E5; }
a { background-color: rgb(21,98,229); }
div.DivClassName
{
background-color: #1562E5;
}
.BgClassName
{
background-color: #1562E5;
}
</style>
border-color css
<style>
span { border-color: #1562E5; }
span { border-color: rgb(21,98,229); }
td.TdClassName
{
border-color: #1562E5;
}
.TagClassName
{
border-color: #1562E5;
}
</style>