Shades of Navy Blue #1062EC
Tints of Navy Blue #1062EC
RGB
CMYK
RGB Variations
Color information
#1062EC (or 0x1062EC) is known color: Navy Blue. HEX triplet: 10, 62 and EC. RGB value is (16,98,236). Sum of RGB (Red+Green+Blue) = 16+98+236=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #1062EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1062EC is #EF9D13. Grayscale: #585858. Windows color (decimal): -15703316 or 15491600. OLE color: 15491600.
HSL color Cylindrical-coordinate representation of color #1062EC: hue angle of 217.64º 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 #1062EC is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 98 | 236 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.07 |
| HSL | 217.64º | 0.87% | 0.49% | - |
| HSV(B) | 217.64º | 0.93% | 0.93% | - |
| XYZ | 19.72 | 14.9 | 81.19 | - |
| YUV | 89.21 | 210.83 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 236 | 0.93 | 0.58 | 0 | 0.07 | 217.64 | 0.87 | 0.49 |
| Hex | 10 | 62 | EC | 5D | 3A | 0 | 7 | DA | 57 | 31 |
| Octal | 20 | 142 | 354 | 135 | 72 | 0 | 7 | 332 | 127 | 61 |
| Binary | 10000 | 1100010 | 11101100 | 1011101 | 111010 | 0 | 111 | 11011010 | 1010111 | 110001 |
Color Harmonies of #1062EC
Complementary color
Monochromatic Colors of #1062EC
Black with #1062EC
Text Example
Text Example
White with #1062EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1062EC; }
p { color: rgb(16,98,236); }
H1.HeaderClassName
{
color: #1062EC;
}
.AnyTagClassName
{
color: #1062EC;
}
</style>
background-color css
<style>
a { background-color: #1062EC; }
a { background-color: rgb(16,98,236); }
div.DivClassName
{
background-color: #1062EC;
}
.BgClassName
{
background-color: #1062EC;
}
</style>
border-color css
<style>
span { border-color: #1062EC; }
span { border-color: rgb(16,98,236); }
td.TdClassName
{
border-color: #1062EC;
}
.TagClassName
{
border-color: #1062EC;
}
</style>