Shades of Navy Blue #1560F0
Tints of Navy Blue #1560F0
RGB
CMYK
RGB Variations
Color information
#1560F0 (or 0x1560F0) is known color: Navy Blue. HEX triplet: 15, 60 and F0. RGB value is (21,96,240). Sum of RGB (Red+Green+Blue) = 21+96+240=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 240 (94.14% from 255 or 67.23% from 357); Max value from RGB is 240 - color contains mainly: blue. Hex color #1560F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560F0 is #EA9F0F. Grayscale: #595959. Windows color (decimal): -15376144 or 15753237. OLE color: 15753237.
HSL color Cylindrical-coordinate representation of color #1560F0: hue angle of 219.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1560F0 is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 96 | 240 | - |
| CMYK | 0.91 | 0.6 | 0 | 0.06 |
| HSL | 219.45º | 0.88% | 0.51% | - |
| HSV(B) | 219.45º | 0.91% | 0.94% | - |
| XYZ | 20.22 | 14.82 | 84.23 | - |
| YUV | 89.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 240 | 0.91 | 0.6 | 0 | 0.06 | 219.45 | 0.88 | 0.51 |
| Hex | 15 | 60 | F0 | 5B | 3C | 0 | 6 | DB | 58 | 33 |
| Octal | 25 | 140 | 360 | 133 | 74 | 0 | 6 | 333 | 130 | 63 |
| Binary | 10101 | 1100000 | 11110000 | 1011011 | 111100 | 0 | 110 | 11011011 | 1011000 | 110011 |
Color Harmonies of #1560F0
Complementary color
Monochromatic Colors of #1560F0
Black with #1560F0
Text Example
Text Example
White with #1560F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560F0; }
p { color: rgb(21,96,240); }
H1.HeaderClassName
{
color: #1560F0;
}
.AnyTagClassName
{
color: #1560F0;
}
</style>
background-color css
<style>
a { background-color: #1560F0; }
a { background-color: rgb(21,96,240); }
div.DivClassName
{
background-color: #1560F0;
}
.BgClassName
{
background-color: #1560F0;
}
</style>
border-color css
<style>
span { border-color: #1560F0; }
span { border-color: rgb(21,96,240); }
td.TdClassName
{
border-color: #1560F0;
}
.TagClassName
{
border-color: #1560F0;
}
</style>