Shades of Navy Blue #1562DE
Tints of Navy Blue #1562DE
RGB
CMYK
RGB Variations
Color information
#1562DE (or 0x1562DE) is known color: Navy Blue. HEX triplet: 15, 62 and DE. RGB value is (21,98,222). Sum of RGB (Red+Green+Blue) = 21+98+222=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #1562DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562DE is #EA9D21. Grayscale: #585858. Windows color (decimal): -15375650 or 14574101. OLE color: 14574101.
HSL color Cylindrical-coordinate representation of color #1562DE: hue angle of 217.01º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562DE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 98 | 222 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.13 |
| HSL | 217.01º | 0.83% | 0.48% | - |
| HSV(B) | 217.01º | 0.91% | 0.87% | - |
| XYZ | 17.86 | 14.17 | 70.9 | - |
| YUV | 89.11 | 202.99 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 222 | 0.91 | 0.56 | 0 | 0.13 | 217.01 | 0.83 | 0.48 |
| Hex | 15 | 62 | DE | 5B | 38 | 0 | D | D9 | 53 | 30 |
| Octal | 25 | 142 | 336 | 133 | 70 | 0 | 15 | 331 | 123 | 60 |
| Binary | 10101 | 1100010 | 11011110 | 1011011 | 111000 | 0 | 1101 | 11011001 | 1010011 | 110000 |
Color Harmonies of #1562DE
Complementary color
Monochromatic Colors of #1562DE
Black with #1562DE
Text Example
Text Example
White with #1562DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562DE; }
p { color: rgb(21,98,222); }
H1.HeaderClassName
{
color: #1562DE;
}
.AnyTagClassName
{
color: #1562DE;
}
</style>
background-color css
<style>
a { background-color: #1562DE; }
a { background-color: rgb(21,98,222); }
div.DivClassName
{
background-color: #1562DE;
}
.BgClassName
{
background-color: #1562DE;
}
</style>
border-color css
<style>
span { border-color: #1562DE; }
span { border-color: rgb(21,98,222); }
td.TdClassName
{
border-color: #1562DE;
}
.TagClassName
{
border-color: #1562DE;
}
</style>