Shades of Navy Blue #1560ED
Tints of Navy Blue #1560ED
RGB
CMYK
RGB Variations
Color information
#1560ED (or 0x1560ED) is known color: Navy Blue. HEX triplet: 15, 60 and ED. RGB value is (21,96,237). Sum of RGB (Red+Green+Blue) = 21+96+237=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #1560ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560ED is #EA9F12. Grayscale: #595959. Windows color (decimal): -15376147 or 15556629. OLE color: 15556629.
HSL color Cylindrical-coordinate representation of color #1560ED: hue angle of 219.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1560ED is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 96 | 237 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.07 |
| HSL | 219.17º | 0.86% | 0.51% | - |
| HSV(B) | 219.17º | 0.91% | 0.93% | - |
| XYZ | 19.78 | 14.64 | 81.9 | - |
| YUV | 89.65 | 211.15 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 237 | 0.91 | 0.59 | 0 | 0.07 | 219.17 | 0.86 | 0.51 |
| Hex | 15 | 60 | ED | 5B | 3B | 0 | 7 | DB | 56 | 33 |
| Octal | 25 | 140 | 355 | 133 | 73 | 0 | 7 | 333 | 126 | 63 |
| Binary | 10101 | 1100000 | 11101101 | 1011011 | 111011 | 0 | 111 | 11011011 | 1010110 | 110011 |
Color Harmonies of #1560ED
Complementary color
Monochromatic Colors of #1560ED
Black with #1560ED
Text Example
Text Example
White with #1560ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560ED; }
p { color: rgb(21,96,237); }
H1.HeaderClassName
{
color: #1560ED;
}
.AnyTagClassName
{
color: #1560ED;
}
</style>
background-color css
<style>
a { background-color: #1560ED; }
a { background-color: rgb(21,96,237); }
div.DivClassName
{
background-color: #1560ED;
}
.BgClassName
{
background-color: #1560ED;
}
</style>
border-color css
<style>
span { border-color: #1560ED; }
span { border-color: rgb(21,96,237); }
td.TdClassName
{
border-color: #1560ED;
}
.TagClassName
{
border-color: #1560ED;
}
</style>