#1160C2

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

Shades of Denim #1160C2

Tints of Denim #1160C2

Color information

#1160C2 (or 0x1160C2) is unknown color: approx Denim. HEX triplet: 11, 60 and C2. RGB value is (17,96,194). Sum of RGB (Red+Green+Blue) = 17+96+194=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #1160C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1160C2 is #EE9F3D. Grayscale: #535353. Windows color (decimal): -15638334 or 12738577. OLE color: 12738577.

HSL color Cylindrical-coordinate representation of color #1160C2: hue angle of 213.22º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1160C2 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1796194-
CMYK0.910.5100.24
HSL213.22º83.89%41.37%-
HSV(B)213.22º91.24%76.08%-
XYZ14.1512.3852.68-
YUV83.55190.3380.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 194 (76.17% from 255) = 63.19%
R=5.54%
G=31.27%
B=63.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17961940.910.5100.24213.2283.8941.37
Hex1160C25B33018d55429
Octal211403021336303032512451
Binary100011100000110000101011011110011011000110101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1160C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1160C2; }

 p { color: rgb(17,96,194); }

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

<style>
 a { background-color: #1160C2; }

 a { background-color: rgb(17,96,194); }

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

<style>
 span { border-color: #1160C2; }

 span { border-color: rgb(17,96,194); }

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