Shades of Navy Blue #1164EC
Tints of Navy Blue #1164EC
RGB
CMYK
RGB Variations
Color information
#1164EC (or 0x1164EC) is known color: Navy Blue. HEX triplet: 11, 64 and EC. RGB value is (17,100,236). Sum of RGB (Red+Green+Blue) = 17+100+236=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #1164EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164EC is #EE9B13. Grayscale: #5A5A5A. Windows color (decimal): -15637268 or 15492113. OLE color: 15492113.
HSL color Cylindrical-coordinate representation of color #1164EC: hue angle of 217.26º 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 #1164EC is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 100 | 236 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.07 |
| HSL | 217.26º | 0.87% | 0.5% | - |
| HSV(B) | 217.26º | 0.93% | 0.93% | - |
| XYZ | 19.93 | 15.29 | 81.26 | - |
| YUV | 90.69 | 210 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 236 | 0.93 | 0.58 | 0 | 0.07 | 217.26 | 0.87 | 0.5 |
| Hex | 11 | 64 | EC | 5D | 3A | 0 | 7 | D9 | 57 | 32 |
| Octal | 21 | 144 | 354 | 135 | 72 | 0 | 7 | 331 | 127 | 62 |
| Binary | 10001 | 1100100 | 11101100 | 1011101 | 111010 | 0 | 111 | 11011001 | 1010111 | 110010 |
Color Harmonies of #1164EC
Complementary color
Monochromatic Colors of #1164EC
Black with #1164EC
Text Example
Text Example
White with #1164EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164EC; }
p { color: rgb(17,100,236); }
H1.HeaderClassName
{
color: #1164EC;
}
.AnyTagClassName
{
color: #1164EC;
}
</style>
background-color css
<style>
a { background-color: #1164EC; }
a { background-color: rgb(17,100,236); }
div.DivClassName
{
background-color: #1164EC;
}
.BgClassName
{
background-color: #1164EC;
}
</style>
border-color css
<style>
span { border-color: #1164EC; }
span { border-color: rgb(17,100,236); }
td.TdClassName
{
border-color: #1164EC;
}
.TagClassName
{
border-color: #1164EC;
}
</style>