Shades of Navy Blue #1166CD
Tints of Navy Blue #1166CD
RGB
CMYK
RGB Variations
Color information
#1166CD (or 0x1166CD) is known color: Navy Blue. HEX triplet: 11, 66 and CD. RGB value is (17,102,205). Sum of RGB (Red+Green+Blue) = 17+102+205=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #1166CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1166CD is #EE9932. Grayscale: #575757. Windows color (decimal): -15636787 or 13461009. OLE color: 13461009.
HSL color Cylindrical-coordinate representation of color #1166CD: hue angle of 212.87º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1166CD is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 102 | 205 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.20 |
| HSL | 212.87º | 0.85% | 0.44% | - |
| HSV(B) | 212.87º | 0.92% | 0.8% | - |
| XYZ | 16 | 14.03 | 59.62 | - |
| YUV | 88.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 205 | 0.92 | 0.50 | 0 | 0.20 | 212.87 | 0.85 | 0.44 |
| Hex | 11 | 66 | CD | 5C | 32 | 0 | 14 | D5 | 55 | 2C |
| Octal | 21 | 146 | 315 | 134 | 62 | 0 | 24 | 325 | 125 | 54 |
| Binary | 10001 | 1100110 | 11001101 | 1011100 | 110010 | 0 | 10100 | 11010101 | 1010101 | 101100 |
Color Harmonies of #1166CD
Complementary color
Monochromatic Colors of #1166CD
Black with #1166CD
Text Example
Text Example
White with #1166CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166CD; }
p { color: rgb(17,102,205); }
H1.HeaderClassName
{
color: #1166CD;
}
.AnyTagClassName
{
color: #1166CD;
}
</style>
background-color css
<style>
a { background-color: #1166CD; }
a { background-color: rgb(17,102,205); }
div.DivClassName
{
background-color: #1166CD;
}
.BgClassName
{
background-color: #1166CD;
}
</style>
border-color css
<style>
span { border-color: #1166CD; }
span { border-color: rgb(17,102,205); }
td.TdClassName
{
border-color: #1166CD;
}
.TagClassName
{
border-color: #1166CD;
}
</style>