Shades of Navy Blue #1164EB
Tints of Navy Blue #1164EB
RGB
CMYK
RGB Variations
Color information
#1164EB (or 0x1164EB) is known color: Navy Blue. HEX triplet: 11, 64 and EB. RGB value is (17,100,235). Sum of RGB (Red+Green+Blue) = 17+100+235=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #1164EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164EB is #EE9B14. Grayscale: #595959. Windows color (decimal): -15637269 or 15426577. OLE color: 15426577.
HSL color Cylindrical-coordinate representation of color #1164EB: hue angle of 217.16º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1164EB is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 100 | 235 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.08 |
| HSL | 217.16º | 0.87% | 0.49% | - |
| HSV(B) | 217.16º | 0.93% | 0.92% | - |
| XYZ | 19.78 | 15.23 | 80.49 | - |
| YUV | 90.57 | 209.5 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 235 | 0.93 | 0.57 | 0 | 0.08 | 217.16 | 0.87 | 0.49 |
| Hex | 11 | 64 | EB | 5D | 39 | 0 | 8 | D9 | 57 | 31 |
| Octal | 21 | 144 | 353 | 135 | 71 | 0 | 10 | 331 | 127 | 61 |
| Binary | 10001 | 1100100 | 11101011 | 1011101 | 111001 | 0 | 1000 | 11011001 | 1010111 | 110001 |
Color Harmonies of #1164EB
Complementary color
Monochromatic Colors of #1164EB
Black with #1164EB
Text Example
Text Example
White with #1164EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164EB; }
p { color: rgb(17,100,235); }
H1.HeaderClassName
{
color: #1164EB;
}
.AnyTagClassName
{
color: #1164EB;
}
</style>
background-color css
<style>
a { background-color: #1164EB; }
a { background-color: rgb(17,100,235); }
div.DivClassName
{
background-color: #1164EB;
}
.BgClassName
{
background-color: #1164EB;
}
</style>
border-color css
<style>
span { border-color: #1164EB; }
span { border-color: rgb(17,100,235); }
td.TdClassName
{
border-color: #1164EB;
}
.TagClassName
{
border-color: #1164EB;
}
</style>