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