Shades of Navy Blue #1562D9
Tints of Navy Blue #1562D9
RGB
CMYK
RGB Variations
Color information
#1562D9 (or 0x1562D9) is known color: Navy Blue. HEX triplet: 15, 62 and D9. RGB value is (21,98,217). Sum of RGB (Red+Green+Blue) = 21+98+217=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 217 (85.16% from 255 or 64.58% from 336); Max value from RGB is 217 - color contains mainly: blue. Hex color #1562D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562D9 is #EA9D26. Grayscale: #575757. Windows color (decimal): -15375655 or 14246421. OLE color: 14246421.
HSL color Cylindrical-coordinate representation of color #1562D9: hue angle of 216.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1562D9 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 98 | 217 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.15 |
| HSL | 216.43º | 0.82% | 0.47% | - |
| HSV(B) | 216.43º | 0.9% | 0.85% | - |
| XYZ | 17.2 | 13.9 | 67.42 | - |
| YUV | 88.54 | 200.49 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 217 | 0.90 | 0.55 | 0 | 0.15 | 216.43 | 0.82 | 0.47 |
| Hex | 15 | 62 | D9 | 5A | 37 | 0 | F | D8 | 52 | 2F |
| Octal | 25 | 142 | 331 | 132 | 67 | 0 | 17 | 330 | 122 | 57 |
| Binary | 10101 | 1100010 | 11011001 | 1011010 | 110111 | 0 | 1111 | 11011000 | 1010010 | 101111 |
Color Harmonies of #1562D9
Complementary color
Monochromatic Colors of #1562D9
Black with #1562D9
Text Example
Text Example
White with #1562D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562D9; }
p { color: rgb(21,98,217); }
H1.HeaderClassName
{
color: #1562D9;
}
.AnyTagClassName
{
color: #1562D9;
}
</style>
background-color css
<style>
a { background-color: #1562D9; }
a { background-color: rgb(21,98,217); }
div.DivClassName
{
background-color: #1562D9;
}
.BgClassName
{
background-color: #1562D9;
}
</style>
border-color css
<style>
span { border-color: #1562D9; }
span { border-color: rgb(21,98,217); }
td.TdClassName
{
border-color: #1562D9;
}
.TagClassName
{
border-color: #1562D9;
}
</style>