#1168C6

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

Shades of Denim #1168C6

Tints of Denim #1168C6

Color information

#1168C6 (or 0x1168C6) is unknown color: approx Denim. HEX triplet: 11, 68 and C6. RGB value is (17,104,198). Sum of RGB (Red+Green+Blue) = 17+104+198=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 198 (77.73% from 255 or 62.07% from 319); Max value from RGB is 198 - color contains mainly: blue. Hex color #1168C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168C6 is #EE9739. Grayscale: #585858. Windows color (decimal): -15636282 or 13002769. OLE color: 13002769.

HSL color Cylindrical-coordinate representation of color #1168C6: hue angle of 211.16º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1168C6 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17104198-
CMYK0.910.4700.22
HSL211.16º84.19%42.16%-
HSV(B)211.16º91.41%77.65%-
XYZ15.3714.155.34-
YUV88.7189.6876.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.33%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 198 (77.73% from 255) = 62.07%
R=5.33%
G=32.60%
B=62.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171041980.910.4700.22211.1684.1942.16
Hex1168C65B2F016d3542a
Octal211503061335702632312452
Binary100011101000110001101011011101111010110110100111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1168C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1168C6; }

 p { color: rgb(17,104,198); }

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

<style>
 a { background-color: #1168C6; }

 a { background-color: rgb(17,104,198); }

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

<style>
 span { border-color: #1168C6; }

 span { border-color: rgb(17,104,198); }

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