Shades of Navy Blue #1166EA
Tints of Navy Blue #1166EA
RGB
CMYK
RGB Variations
Color information
#1166EA (or 0x1166EA) is known color: Navy Blue. HEX triplet: 11, 66 and EA. RGB value is (17,102,234). Sum of RGB (Red+Green+Blue) = 17+102+234=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #1166EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166EA is #EE9915. Grayscale: #5B5B5B. Windows color (decimal): -15636758 or 15361553. OLE color: 15361553.
HSL color Cylindrical-coordinate representation of color #1166EA: hue angle of 216.5º degrees, saturation: 0.86, 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 #1166EA is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 102 | 234 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.08 |
| HSL | 216.5º | 0.86% | 0.49% | - |
| HSV(B) | 216.5º | 0.93% | 0.92% | - |
| XYZ | 19.83 | 15.56 | 79.8 | - |
| YUV | 91.63 | 208.34 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 234 | 0.93 | 0.56 | 0 | 0.08 | 216.5 | 0.86 | 0.49 |
| Hex | 11 | 66 | EA | 5D | 38 | 0 | 8 | D8 | 56 | 31 |
| Octal | 21 | 146 | 352 | 135 | 70 | 0 | 10 | 330 | 126 | 61 |
| Binary | 10001 | 1100110 | 11101010 | 1011101 | 111000 | 0 | 1000 | 11011000 | 1010110 | 110001 |
Color Harmonies of #1166EA
Complementary color
Monochromatic Colors of #1166EA
Black with #1166EA
Text Example
Text Example
White with #1166EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166EA; }
p { color: rgb(17,102,234); }
H1.HeaderClassName
{
color: #1166EA;
}
.AnyTagClassName
{
color: #1166EA;
}
</style>
background-color css
<style>
a { background-color: #1166EA; }
a { background-color: rgb(17,102,234); }
div.DivClassName
{
background-color: #1166EA;
}
.BgClassName
{
background-color: #1166EA;
}
</style>
border-color css
<style>
span { border-color: #1166EA; }
span { border-color: rgb(17,102,234); }
td.TdClassName
{
border-color: #1166EA;
}
.TagClassName
{
border-color: #1166EA;
}
</style>