Shades of Navy Blue #1166F1
Tints of Navy Blue #1166F1
RGB
CMYK
RGB Variations
Color information
#1166F1 (or 0x1166F1) is known color: Navy Blue. HEX triplet: 11, 66 and F1. RGB value is (17,102,241). Sum of RGB (Red+Green+Blue) = 17+102+241=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #1166F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166F1 is #EE990E. Grayscale: #5B5B5B. Windows color (decimal): -15636751 or 15820305. OLE color: 15820305.
HSL color Cylindrical-coordinate representation of color #1166F1: hue angle of 217.23º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1166F1 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 102 | 241 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.05 |
| HSL | 217.23º | 0.89% | 0.51% | - |
| HSV(B) | 217.23º | 0.93% | 0.95% | - |
| XYZ | 20.86 | 15.97 | 85.2 | - |
| YUV | 92.43 | 211.84 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 241 | 0.93 | 0.58 | 0 | 0.05 | 217.23 | 0.89 | 0.51 |
| Hex | 11 | 66 | F1 | 5D | 3A | 0 | 5 | D9 | 59 | 33 |
| Octal | 21 | 146 | 361 | 135 | 72 | 0 | 5 | 331 | 131 | 63 |
| Binary | 10001 | 1100110 | 11110001 | 1011101 | 111010 | 0 | 101 | 11011001 | 1011001 | 110011 |
Color Harmonies of #1166F1
Complementary color
Monochromatic Colors of #1166F1
Black with #1166F1
Text Example
Text Example
White with #1166F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166F1; }
p { color: rgb(17,102,241); }
H1.HeaderClassName
{
color: #1166F1;
}
.AnyTagClassName
{
color: #1166F1;
}
</style>
background-color css
<style>
a { background-color: #1166F1; }
a { background-color: rgb(17,102,241); }
div.DivClassName
{
background-color: #1166F1;
}
.BgClassName
{
background-color: #1166F1;
}
</style>
border-color css
<style>
span { border-color: #1166F1; }
span { border-color: rgb(17,102,241); }
td.TdClassName
{
border-color: #1166F1;
}
.TagClassName
{
border-color: #1166F1;
}
</style>