#1161c6

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

Shades of Denim #1161C6

Tints of Denim #1161C6

Color information

#1161C6 (or 0x1161C6) is unknown color: approx Denim. HEX triplet: 11, 61 and C6. RGB value is (17,97,198). Sum of RGB (Red+Green+Blue) = 17+97+198=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #1161C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161C6 is #EE9E39. Grayscale: #545454. Windows color (decimal): -15638074 or 13000977. OLE color: 13000977.

HSL color Cylindrical-coordinate representation of color #1161C6: hue angle of 213.48º 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 #1161C6 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1797198-
CMYK0.910.5100.22
HSL213.48º84.19%42.16%-
HSV(B)213.48º91.41%77.65%-
XYZ14.712.7555.11-
YUV84.5919279.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.45%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 198 (77.73% from 255) = 63.46%
R=5.45%
G=31.09%
B=63.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17971980.910.5100.22213.4884.1942.16
Hex1161C65B33016d5542a
Octal211413061336302632512452
Binary100011100001110001101011011110011010110110101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1161c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1161c6; }

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

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

<style>
 a { background-color: #1161c6; }

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

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

<style>
 span { border-color: #1161c6; }

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

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