Shades of Navy Blue #1560F4
Tints of Navy Blue #1560F4
RGB
CMYK
RGB Variations
Color information
#1560F4 (or 0x1560F4) is known color: Navy Blue. HEX triplet: 15, 60 and F4. RGB value is (21,96,244). Sum of RGB (Red+Green+Blue) = 21+96+244=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 244 (95.70% from 255 or 67.59% from 361); Max value from RGB is 244 - color contains mainly: blue. Hex color #1560F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560F4 is #EA9F0B. Grayscale: #595959. Windows color (decimal): -15376140 or 16015381. OLE color: 16015381.
HSL color Cylindrical-coordinate representation of color #1560F4: hue angle of 219.82º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1560F4 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 96 | 244 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.04 |
| HSL | 219.82º | 0.91% | 0.52% | - |
| HSV(B) | 219.82º | 0.91% | 0.96% | - |
| XYZ | 20.82 | 15.06 | 87.4 | - |
| YUV | 90.45 | 214.65 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 244 | 0.91 | 0.61 | 0 | 0.04 | 219.82 | 0.91 | 0.52 |
| Hex | 15 | 60 | F4 | 5B | 3D | 0 | 4 | DC | 5B | 34 |
| Octal | 25 | 140 | 364 | 133 | 75 | 0 | 4 | 334 | 133 | 64 |
| Binary | 10101 | 1100000 | 11110100 | 1011011 | 111101 | 0 | 100 | 11011100 | 1011011 | 110100 |
Color Harmonies of #1560F4
Complementary color
Monochromatic Colors of #1560F4
Black with #1560F4
Text Example
Text Example
White with #1560F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560F4; }
p { color: rgb(21,96,244); }
H1.HeaderClassName
{
color: #1560F4;
}
.AnyTagClassName
{
color: #1560F4;
}
</style>
background-color css
<style>
a { background-color: #1560F4; }
a { background-color: rgb(21,96,244); }
div.DivClassName
{
background-color: #1560F4;
}
.BgClassName
{
background-color: #1560F4;
}
</style>
border-color css
<style>
span { border-color: #1560F4; }
span { border-color: rgb(21,96,244); }
td.TdClassName
{
border-color: #1560F4;
}
.TagClassName
{
border-color: #1560F4;
}
</style>