Shades of Navy Blue #1561DB
Tints of Navy Blue #1561DB
RGB
CMYK
RGB Variations
Color information
#1561DB (or 0x1561DB) is known color: Navy Blue. HEX triplet: 15, 61 and DB. RGB value is (21,97,219). Sum of RGB (Red+Green+Blue) = 21+97+219=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #1561DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561DB is #EA9E24. Grayscale: #575757. Windows color (decimal): -15375909 or 14377237. OLE color: 14377237.
HSL color Cylindrical-coordinate representation of color #1561DB: hue angle of 216.97º 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 #1561DB is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 97 | 219 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.14 |
| HSL | 216.97º | 0.83% | 0.47% | - |
| HSV(B) | 216.97º | 0.9% | 0.86% | - |
| XYZ | 17.37 | 13.82 | 68.77 | - |
| YUV | 88.18 | 201.82 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 219 | 0.90 | 0.56 | 0 | 0.14 | 216.97 | 0.83 | 0.47 |
| Hex | 15 | 61 | DB | 5A | 38 | 0 | E | D9 | 52 | 2F |
| Octal | 25 | 141 | 333 | 132 | 70 | 0 | 16 | 331 | 122 | 57 |
| Binary | 10101 | 1100001 | 11011011 | 1011010 | 111000 | 0 | 1110 | 11011001 | 1010010 | 101111 |
Color Harmonies of #1561DB
Complementary color
Monochromatic Colors of #1561DB
Black with #1561DB
Text Example
Text Example
White with #1561DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1561DB; }
p { color: rgb(21,97,219); }
H1.HeaderClassName
{
color: #1561DB;
}
.AnyTagClassName
{
color: #1561DB;
}
</style>
background-color css
<style>
a { background-color: #1561DB; }
a { background-color: rgb(21,97,219); }
div.DivClassName
{
background-color: #1561DB;
}
.BgClassName
{
background-color: #1561DB;
}
</style>
border-color css
<style>
span { border-color: #1561DB; }
span { border-color: rgb(21,97,219); }
td.TdClassName
{
border-color: #1561DB;
}
.TagClassName
{
border-color: #1561DB;
}
</style>