#1166AA

Color #1166AA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1166AA

Tints of Denim #1166AA

Color information

#1166AA (or 0x1166AA) is unknown color: approx Denim. HEX triplet: 11, 66 and AA. RGB value is (17,102,170). Sum of RGB (Red+Green+Blue) = 17+102+170=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #1166AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1166AA is #EE9955. Grayscale: #535353. Windows color (decimal): -15636822 or 11167249. OLE color: 11167249.

HSL color Cylindrical-coordinate representation of color #1166AA: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1166AA is Cyan = 0.9, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17102170-
CMYK0.90.400.33
HSL206.67º81.82%36.67%-
HSV(B)206.67º90%66.67%-
XYZ12.2412.5239.8-
YUV84.34176.3479.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=5.88%
G=35.29%
B=58.82%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171021700.90.400.33206.6781.8236.67
Hex1166AA5A28021cf5225
Octal211462521325004131712245
Binary1000111001101010101010110101010000100001110011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1166AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1166AA; }

 p { color: rgb(17,102,170); }

 H1.HeaderClassName
 {
   color: #1166AA;
 }
 .AnyTagClassName
 {
   color: #1166AA;
 }
</style>
background-color css

<style>
 a { background-color: #1166AA; }

 a { background-color: rgb(17,102,170); }

 div.DivClassName
 {
   background-color: #1166AA;
 }
 .BgClassName
 {
   background-color: #1166AA;
 }
</style>
border-color css

<style>
 span { border-color: #1166AA; }

 span { border-color: rgb(17,102,170); }

 td.TdClassName
 {
   border-color: #1166AA;
 }
 .TagClassName
 {
   border-color: #1166AA;
 }
</style>