Shades of Navy Blue #1560DB
Tints of Navy Blue #1560DB
RGB
CMYK
RGB Variations
Color information
#1560DB (or 0x1560DB) is known color: Navy Blue. HEX triplet: 15, 60 and DB. RGB value is (21,96,219). Sum of RGB (Red+Green+Blue) = 21+96+219=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #1560DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560DB is #EA9F24. Grayscale: #575757. Windows color (decimal): -15376165 or 14376981. OLE color: 14376981.
HSL color Cylindrical-coordinate representation of color #1560DB: hue angle of 217.27º 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 #1560DB is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 96 | 219 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.14 |
| HSL | 217.27º | 0.83% | 0.47% | - |
| HSV(B) | 217.27º | 0.9% | 0.86% | - |
| XYZ | 17.28 | 13.64 | 68.74 | - |
| YUV | 87.6 | 202.15 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 219 | 0.90 | 0.56 | 0 | 0.14 | 217.27 | 0.83 | 0.47 |
| Hex | 15 | 60 | DB | 5A | 38 | 0 | E | D9 | 52 | 2F |
| Octal | 25 | 140 | 333 | 132 | 70 | 0 | 16 | 331 | 122 | 57 |
| Binary | 10101 | 1100000 | 11011011 | 1011010 | 111000 | 0 | 1110 | 11011001 | 1010010 | 101111 |
Color Harmonies of #1560DB
Complementary color
Monochromatic Colors of #1560DB
Black with #1560DB
Text Example
Text Example
White with #1560DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560DB; }
p { color: rgb(21,96,219); }
H1.HeaderClassName
{
color: #1560DB;
}
.AnyTagClassName
{
color: #1560DB;
}
</style>
background-color css
<style>
a { background-color: #1560DB; }
a { background-color: rgb(21,96,219); }
div.DivClassName
{
background-color: #1560DB;
}
.BgClassName
{
background-color: #1560DB;
}
</style>
border-color css
<style>
span { border-color: #1560DB; }
span { border-color: rgb(21,96,219); }
td.TdClassName
{
border-color: #1560DB;
}
.TagClassName
{
border-color: #1560DB;
}
</style>