Shades of Navy Blue #1566DB
Tints of Navy Blue #1566DB
RGB
CMYK
RGB Variations
Color information
#1566DB (or 0x1566DB) is known color: Navy Blue. HEX triplet: 15, 66 and DB. RGB value is (21,102,219). Sum of RGB (Red+Green+Blue) = 21+102+219=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #1566DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566DB is #EA9924. Grayscale: #5A5A5A. Windows color (decimal): -15374629 or 14378517. OLE color: 14378517.
HSL color Cylindrical-coordinate representation of color #1566DB: hue angle of 215.45º 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 #1566DB is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 102 | 219 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.14 |
| HSL | 215.45º | 0.83% | 0.47% | - |
| HSV(B) | 215.45º | 0.9% | 0.86% | - |
| XYZ | 17.85 | 14.78 | 68.93 | - |
| YUV | 91.12 | 200.16 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 219 | 0.90 | 0.53 | 0 | 0.14 | 215.45 | 0.83 | 0.47 |
| Hex | 15 | 66 | DB | 5A | 35 | 0 | E | D7 | 52 | 2F |
| Octal | 25 | 146 | 333 | 132 | 65 | 0 | 16 | 327 | 122 | 57 |
| Binary | 10101 | 1100110 | 11011011 | 1011010 | 110101 | 0 | 1110 | 11010111 | 1010010 | 101111 |
Color Harmonies of #1566DB
Complementary color
Monochromatic Colors of #1566DB
Black with #1566DB
Text Example
Text Example
White with #1566DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566DB; }
p { color: rgb(21,102,219); }
H1.HeaderClassName
{
color: #1566DB;
}
.AnyTagClassName
{
color: #1566DB;
}
</style>
background-color css
<style>
a { background-color: #1566DB; }
a { background-color: rgb(21,102,219); }
div.DivClassName
{
background-color: #1566DB;
}
.BgClassName
{
background-color: #1566DB;
}
</style>
border-color css
<style>
span { border-color: #1566DB; }
span { border-color: rgb(21,102,219); }
td.TdClassName
{
border-color: #1566DB;
}
.TagClassName
{
border-color: #1566DB;
}
</style>