Shades of Navy Blue #1559DB
Tints of Navy Blue #1559DB
RGB
CMYK
RGB Variations
Color information
#1559DB (or 0x1559DB) is known color: Navy Blue. HEX triplet: 15, 59 and DB. RGB value is (21,89,219). Sum of RGB (Red+Green+Blue) = 21+89+219=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #1559DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559DB is #EAA624. Grayscale: #525252. Windows color (decimal): -15377957 or 14375189. OLE color: 14375189.
HSL color Cylindrical-coordinate representation of color #1559DB: hue angle of 219.39º 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 #1559DB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 89 | 219 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.14 |
| HSL | 219.39º | 0.83% | 0.47% | - |
| HSV(B) | 219.39º | 0.9% | 0.86% | - |
| XYZ | 16.67 | 12.42 | 68.54 | - |
| YUV | 83.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 219 | 0.90 | 0.59 | 0 | 0.14 | 219.39 | 0.83 | 0.47 |
| Hex | 15 | 59 | DB | 5A | 3B | 0 | E | DB | 52 | 2F |
| Octal | 25 | 131 | 333 | 132 | 73 | 0 | 16 | 333 | 122 | 57 |
| Binary | 10101 | 1011001 | 11011011 | 1011010 | 111011 | 0 | 1110 | 11011011 | 1010010 | 101111 |
Color Harmonies of #1559DB
Complementary color
Monochromatic Colors of #1559DB
Black with #1559DB
Text Example
Text Example
White with #1559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559DB; }
p { color: rgb(21,89,219); }
H1.HeaderClassName
{
color: #1559DB;
}
.AnyTagClassName
{
color: #1559DB;
}
</style>
background-color css
<style>
a { background-color: #1559DB; }
a { background-color: rgb(21,89,219); }
div.DivClassName
{
background-color: #1559DB;
}
.BgClassName
{
background-color: #1559DB;
}
</style>
border-color css
<style>
span { border-color: #1559DB; }
span { border-color: rgb(21,89,219); }
td.TdClassName
{
border-color: #1559DB;
}
.TagClassName
{
border-color: #1559DB;
}
</style>