Shades of Navy Blue #1566D5
Tints of Navy Blue #1566D5
RGB
CMYK
RGB Variations
Color information
#1566D5 (or 0x1566D5) is known color: Navy Blue. HEX triplet: 15, 66 and D5. RGB value is (21,102,213). Sum of RGB (Red+Green+Blue) = 21+102+213=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #1566D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566D5 is #EA992A. Grayscale: #595959. Windows color (decimal): -15374635 or 13985301. OLE color: 13985301.
HSL color Cylindrical-coordinate representation of color #1566D5: hue angle of 214.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1566D5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 102 | 213 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.16 |
| HSL | 214.69º | 0.82% | 0.46% | - |
| HSV(B) | 214.69º | 0.9% | 0.84% | - |
| XYZ | 17.07 | 14.47 | 64.84 | - |
| YUV | 90.44 | 197.16 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 213 | 0.90 | 0.52 | 0 | 0.16 | 214.69 | 0.82 | 0.46 |
| Hex | 15 | 66 | D5 | 5A | 34 | 0 | 10 | D7 | 52 | 2E |
| Octal | 25 | 146 | 325 | 132 | 64 | 0 | 20 | 327 | 122 | 56 |
| Binary | 10101 | 1100110 | 11010101 | 1011010 | 110100 | 0 | 10000 | 11010111 | 1010010 | 101110 |
Color Harmonies of #1566D5
Complementary color
Monochromatic Colors of #1566D5
Black with #1566D5
Text Example
Text Example
White with #1566D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566D5; }
p { color: rgb(21,102,213); }
H1.HeaderClassName
{
color: #1566D5;
}
.AnyTagClassName
{
color: #1566D5;
}
</style>
background-color css
<style>
a { background-color: #1566D5; }
a { background-color: rgb(21,102,213); }
div.DivClassName
{
background-color: #1566D5;
}
.BgClassName
{
background-color: #1566D5;
}
</style>
border-color css
<style>
span { border-color: #1566D5; }
span { border-color: rgb(21,102,213); }
td.TdClassName
{
border-color: #1566D5;
}
.TagClassName
{
border-color: #1566D5;
}
</style>