Shades of Navy Blue #1564E2
Tints of Navy Blue #1564E2
RGB
CMYK
RGB Variations
Color information
#1564E2 (or 0x1564E2) is known color: Navy Blue. HEX triplet: 15, 64 and E2. RGB value is (21,100,226). Sum of RGB (Red+Green+Blue) = 21+100+226=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 226 (88.67% from 255 or 65.13% from 347); Max value from RGB is 226 - color contains mainly: blue. Hex color #1564E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564E2 is #EA9B1D. Grayscale: #5A5A5A. Windows color (decimal): -15375134 or 14836757. OLE color: 14836757.
HSL color Cylindrical-coordinate representation of color #1564E2: hue angle of 216.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1564E2 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 100 | 226 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.11 |
| HSL | 216.88º | 0.83% | 0.48% | - |
| HSV(B) | 216.88º | 0.91% | 0.89% | - |
| XYZ | 18.59 | 14.76 | 73.82 | - |
| YUV | 90.74 | 204.33 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 226 | 0.91 | 0.56 | 0 | 0.11 | 216.88 | 0.83 | 0.48 |
| Hex | 15 | 64 | E2 | 5B | 38 | 0 | B | D9 | 53 | 30 |
| Octal | 25 | 144 | 342 | 133 | 70 | 0 | 13 | 331 | 123 | 60 |
| Binary | 10101 | 1100100 | 11100010 | 1011011 | 111000 | 0 | 1011 | 11011001 | 1010011 | 110000 |
Color Harmonies of #1564E2
Complementary color
Monochromatic Colors of #1564E2
Black with #1564E2
Text Example
Text Example
White with #1564E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564E2; }
p { color: rgb(21,100,226); }
H1.HeaderClassName
{
color: #1564E2;
}
.AnyTagClassName
{
color: #1564E2;
}
</style>
background-color css
<style>
a { background-color: #1564E2; }
a { background-color: rgb(21,100,226); }
div.DivClassName
{
background-color: #1564E2;
}
.BgClassName
{
background-color: #1564E2;
}
</style>
border-color css
<style>
span { border-color: #1564E2; }
span { border-color: rgb(21,100,226); }
td.TdClassName
{
border-color: #1564E2;
}
.TagClassName
{
border-color: #1564E2;
}
</style>