Shades of Navy Blue #1566DD
Tints of Navy Blue #1566DD
RGB
CMYK
RGB Variations
Color information
#1566DD (or 0x1566DD) is known color: Navy Blue. HEX triplet: 15, 66 and DD. RGB value is (21,102,221). Sum of RGB (Red+Green+Blue) = 21+102+221=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #1566DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566DD is #EA9922. Grayscale: #5A5A5A. Windows color (decimal): -15374627 or 14509589. OLE color: 14509589.
HSL color Cylindrical-coordinate representation of color #1566DD: hue angle of 215.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1566DD is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 102 | 221 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.13 |
| HSL | 215.7º | 0.83% | 0.47% | - |
| HSV(B) | 215.7º | 0.9% | 0.87% | - |
| XYZ | 18.11 | 14.88 | 70.32 | - |
| YUV | 91.35 | 201.16 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 221 | 0.90 | 0.54 | 0 | 0.13 | 215.7 | 0.83 | 0.47 |
| Hex | 15 | 66 | DD | 5A | 36 | 0 | D | D8 | 53 | 2F |
| Octal | 25 | 146 | 335 | 132 | 66 | 0 | 15 | 330 | 123 | 57 |
| Binary | 10101 | 1100110 | 11011101 | 1011010 | 110110 | 0 | 1101 | 11011000 | 1010011 | 101111 |
Color Harmonies of #1566DD
Complementary color
Monochromatic Colors of #1566DD
Black with #1566DD
Text Example
Text Example
White with #1566DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566DD; }
p { color: rgb(21,102,221); }
H1.HeaderClassName
{
color: #1566DD;
}
.AnyTagClassName
{
color: #1566DD;
}
</style>
background-color css
<style>
a { background-color: #1566DD; }
a { background-color: rgb(21,102,221); }
div.DivClassName
{
background-color: #1566DD;
}
.BgClassName
{
background-color: #1566DD;
}
</style>
border-color css
<style>
span { border-color: #1566DD; }
span { border-color: rgb(21,102,221); }
td.TdClassName
{
border-color: #1566DD;
}
.TagClassName
{
border-color: #1566DD;
}
</style>