Shades of Navy Blue #1060EC
Tints of Navy Blue #1060EC
RGB
CMYK
RGB Variations
Color information
#1060EC (or 0x1060EC) is known color: Navy Blue. HEX triplet: 10, 60 and EC. RGB value is (16,96,236). Sum of RGB (Red+Green+Blue) = 16+96+236=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #1060EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1060EC is #EF9F13. Grayscale: #575757. Windows color (decimal): -15703828 or 15491088. OLE color: 15491088.
HSL color Cylindrical-coordinate representation of color #1060EC: hue angle of 218.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1060EC is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 96 | 236 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.07 |
| HSL | 218.18º | 0.87% | 0.49% | - |
| HSV(B) | 218.18º | 0.93% | 0.93% | - |
| XYZ | 19.54 | 14.53 | 81.13 | - |
| YUV | 88.04 | 211.5 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 236 | 0.93 | 0.59 | 0 | 0.07 | 218.18 | 0.87 | 0.49 |
| Hex | 10 | 60 | EC | 5D | 3B | 0 | 7 | DA | 57 | 31 |
| Octal | 20 | 140 | 354 | 135 | 73 | 0 | 7 | 332 | 127 | 61 |
| Binary | 10000 | 1100000 | 11101100 | 1011101 | 111011 | 0 | 111 | 11011010 | 1010111 | 110001 |
Color Harmonies of #1060EC
Complementary color
Monochromatic Colors of #1060EC
Black with #1060EC
Text Example
Text Example
White with #1060EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060EC; }
p { color: rgb(16,96,236); }
H1.HeaderClassName
{
color: #1060EC;
}
.AnyTagClassName
{
color: #1060EC;
}
</style>
background-color css
<style>
a { background-color: #1060EC; }
a { background-color: rgb(16,96,236); }
div.DivClassName
{
background-color: #1060EC;
}
.BgClassName
{
background-color: #1060EC;
}
</style>
border-color css
<style>
span { border-color: #1060EC; }
span { border-color: rgb(16,96,236); }
td.TdClassName
{
border-color: #1060EC;
}
.TagClassName
{
border-color: #1060EC;
}
</style>