Shades of Navy Blue #1170EC
Tints of Navy Blue #1170EC
RGB
CMYK
RGB Variations
Color information
#1170EC (or 0x1170EC) is known color: Navy Blue. HEX triplet: 11, 70 and EC. RGB value is (17,112,236). Sum of RGB (Red+Green+Blue) = 17+112+236=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #1170EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1170EC is #EE8F13. Grayscale: #616161. Windows color (decimal): -15634196 or 15495185. OLE color: 15495185.
HSL color Cylindrical-coordinate representation of color #1170EC: hue angle of 213.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1170EC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 112 | 236 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.07 |
| HSL | 213.97º | 0.87% | 0.5% | - |
| HSV(B) | 213.97º | 0.93% | 0.93% | - |
| XYZ | 21.17 | 17.76 | 81.67 | - |
| YUV | 97.73 | 206.03 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 236 | 0.93 | 0.53 | 0 | 0.07 | 213.97 | 0.87 | 0.5 |
| Hex | 11 | 70 | EC | 5D | 35 | 0 | 7 | D6 | 57 | 32 |
| Octal | 21 | 160 | 354 | 135 | 65 | 0 | 7 | 326 | 127 | 62 |
| Binary | 10001 | 1110000 | 11101100 | 1011101 | 110101 | 0 | 111 | 11010110 | 1010111 | 110010 |
Color Harmonies of #1170EC
Complementary color
Monochromatic Colors of #1170EC
Black with #1170EC
Text Example
Text Example
White with #1170EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1170EC; }
p { color: rgb(17,112,236); }
H1.HeaderClassName
{
color: #1170EC;
}
.AnyTagClassName
{
color: #1170EC;
}
</style>
background-color css
<style>
a { background-color: #1170EC; }
a { background-color: rgb(17,112,236); }
div.DivClassName
{
background-color: #1170EC;
}
.BgClassName
{
background-color: #1170EC;
}
</style>
border-color css
<style>
span { border-color: #1170EC; }
span { border-color: rgb(17,112,236); }
td.TdClassName
{
border-color: #1170EC;
}
.TagClassName
{
border-color: #1170EC;
}
</style>