#1166C0

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

Shades of Denim #1166C0

Tints of Denim #1166C0

Color information

#1166C0 (or 0x1166C0) is unknown color: approx Denim. HEX triplet: 11, 66 and C0. RGB value is (17,102,192). Sum of RGB (Red+Green+Blue) = 17+102+192=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #1166C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1166C0 is #EE993F. Grayscale: #565656. Windows color (decimal): -15636800 or 12609041. OLE color: 12609041.

HSL color Cylindrical-coordinate representation of color #1166C0: hue angle of 210.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1166C0 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17102192-
CMYK0.910.4700.25
HSL210.86º83.73%40.98%-
HSV(B)210.86º91.15%75.29%-
XYZ14.513.4351.7-
YUV86.84187.3478.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 192 (75.39% from 255) = 61.74%
R=5.47%
G=32.80%
B=61.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171021920.910.4700.25210.8683.7340.98
Hex1166C05B2F019d35429
Octal211463001335703132312451
Binary100011100110110000001011011101111011001110100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1166C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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