Shades of Navy Blue #1562EA
Tints of Navy Blue #1562EA
RGB
CMYK
RGB Variations
Color information
#1562EA (or 0x1562EA) is known color: Navy Blue. HEX triplet: 15, 62 and EA. RGB value is (21,98,234). Sum of RGB (Red+Green+Blue) = 21+98+234=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #1562EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562EA is #EA9D15. Grayscale: #595959. Windows color (decimal): -15375638 or 15360533. OLE color: 15360533.
HSL color Cylindrical-coordinate representation of color #1562EA: hue angle of 218.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562EA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 98 | 234 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.08 |
| HSL | 218.31º | 0.84% | 0.5% | - |
| HSV(B) | 218.31º | 0.91% | 0.92% | - |
| XYZ | 19.53 | 14.84 | 79.68 | - |
| YUV | 90.48 | 208.99 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 234 | 0.91 | 0.58 | 0 | 0.08 | 218.31 | 0.84 | 0.5 |
| Hex | 15 | 62 | EA | 5B | 3A | 0 | 8 | DA | 54 | 32 |
| Octal | 25 | 142 | 352 | 133 | 72 | 0 | 10 | 332 | 124 | 62 |
| Binary | 10101 | 1100010 | 11101010 | 1011011 | 111010 | 0 | 1000 | 11011010 | 1010100 | 110010 |
Color Harmonies of #1562EA
Complementary color
Monochromatic Colors of #1562EA
Black with #1562EA
Text Example
Text Example
White with #1562EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562EA; }
p { color: rgb(21,98,234); }
H1.HeaderClassName
{
color: #1562EA;
}
.AnyTagClassName
{
color: #1562EA;
}
</style>
background-color css
<style>
a { background-color: #1562EA; }
a { background-color: rgb(21,98,234); }
div.DivClassName
{
background-color: #1562EA;
}
.BgClassName
{
background-color: #1562EA;
}
</style>
border-color css
<style>
span { border-color: #1562EA; }
span { border-color: rgb(21,98,234); }
td.TdClassName
{
border-color: #1562EA;
}
.TagClassName
{
border-color: #1562EA;
}
</style>