Shades of Navy Blue #1562E7
Tints of Navy Blue #1562E7
RGB
CMYK
RGB Variations
Color information
#1562E7 (or 0x1562E7) is known color: Navy Blue. HEX triplet: 15, 62 and E7. RGB value is (21,98,231). Sum of RGB (Red+Green+Blue) = 21+98+231=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 231 (90.62% from 255 or 66% from 350); Max value from RGB is 231 - color contains mainly: blue. Hex color #1562E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562E7 is #EA9D18. Grayscale: #595959. Windows color (decimal): -15375641 or 15163925. OLE color: 15163925.
HSL color Cylindrical-coordinate representation of color #1562E7: hue angle of 218º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562E7 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 98 | 231 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.09 |
| HSL | 218º | 0.83% | 0.49% | - |
| HSV(B) | 218º | 0.91% | 0.91% | - |
| XYZ | 19.1 | 14.66 | 77.43 | - |
| YUV | 90.14 | 207.49 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 231 | 0.91 | 0.58 | 0 | 0.09 | 218 | 0.83 | 0.49 |
| Hex | 15 | 62 | E7 | 5B | 3A | 0 | 9 | DA | 53 | 31 |
| Octal | 25 | 142 | 347 | 133 | 72 | 0 | 11 | 332 | 123 | 61 |
| Binary | 10101 | 1100010 | 11100111 | 1011011 | 111010 | 0 | 1001 | 11011010 | 1010011 | 110001 |
Color Harmonies of #1562E7
Complementary color
Monochromatic Colors of #1562E7
Black with #1562E7
Text Example
Text Example
White with #1562E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562E7; }
p { color: rgb(21,98,231); }
H1.HeaderClassName
{
color: #1562E7;
}
.AnyTagClassName
{
color: #1562E7;
}
</style>
background-color css
<style>
a { background-color: #1562E7; }
a { background-color: rgb(21,98,231); }
div.DivClassName
{
background-color: #1562E7;
}
.BgClassName
{
background-color: #1562E7;
}
</style>
border-color css
<style>
span { border-color: #1562E7; }
span { border-color: rgb(21,98,231); }
td.TdClassName
{
border-color: #1562E7;
}
.TagClassName
{
border-color: #1562E7;
}
</style>