Shades of Navy Blue #1564DB
Tints of Navy Blue #1564DB
RGB
CMYK
RGB Variations
Color information
#1564DB (or 0x1564DB) is known color: Navy Blue. HEX triplet: 15, 64 and DB. RGB value is (21,100,219). Sum of RGB (Red+Green+Blue) = 21+100+219=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1564DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564DB is #EA9B24. Grayscale: #595959. Windows color (decimal): -15375141 or 14378005. OLE color: 14378005.
HSL color Cylindrical-coordinate representation of color #1564DB: hue angle of 216.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1564DB is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 100 | 219 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.14 |
| HSL | 216.06º | 0.83% | 0.47% | - |
| HSV(B) | 216.06º | 0.9% | 0.86% | - |
| XYZ | 17.65 | 14.39 | 68.86 | - |
| YUV | 89.95 | 200.83 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 219 | 0.90 | 0.54 | 0 | 0.14 | 216.06 | 0.83 | 0.47 |
| Hex | 15 | 64 | DB | 5A | 36 | 0 | E | D8 | 52 | 2F |
| Octal | 25 | 144 | 333 | 132 | 66 | 0 | 16 | 330 | 122 | 57 |
| Binary | 10101 | 1100100 | 11011011 | 1011010 | 110110 | 0 | 1110 | 11011000 | 1010010 | 101111 |
Color Harmonies of #1564DB
Complementary color
Monochromatic Colors of #1564DB
Black with #1564DB
Text Example
Text Example
White with #1564DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564DB; }
p { color: rgb(21,100,219); }
H1.HeaderClassName
{
color: #1564DB;
}
.AnyTagClassName
{
color: #1564DB;
}
</style>
background-color css
<style>
a { background-color: #1564DB; }
a { background-color: rgb(21,100,219); }
div.DivClassName
{
background-color: #1564DB;
}
.BgClassName
{
background-color: #1564DB;
}
</style>
border-color css
<style>
span { border-color: #1564DB; }
span { border-color: rgb(21,100,219); }
td.TdClassName
{
border-color: #1564DB;
}
.TagClassName
{
border-color: #1564DB;
}
</style>