#1156C4

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

Shades of Denim #1156C4

Tints of Denim #1156C4

Color information

#1156C4 (or 0x1156C4) is unknown color: approx Denim. HEX triplet: 11, 56 and C4. RGB value is (17,86,196). Sum of RGB (Red+Green+Blue) = 17+86+196=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 196 (76.95% from 255 or 65.55% from 299); Max value from RGB is 196 - color contains mainly: blue. Hex color #1156C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1156C4 is #EEA93B. Grayscale: #4D4D4D. Windows color (decimal): -15640892 or 12867089. OLE color: 12867089.

HSL color Cylindrical-coordinate representation of color #1156C4: hue angle of 216.87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1156C4 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1786196-
CMYK0.910.5600.23
HSL216.87º84.04%41.76%-
HSV(B)216.87º91.33%76.86%-
XYZ13.5210.7653.59-
YUV77.91194.6484.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.69%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 196 (76.95% from 255) = 65.55%
R=5.69%
G=28.76%
B=65.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17861960.910.5600.23216.8784.0441.76
Hex1156C45B38017d9542a
Octal211263041337002733112452
Binary100011010110110001001011011111000010111110110011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1156C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1156C4; }

 p { color: rgb(17,86,196); }

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

<style>
 a { background-color: #1156C4; }

 a { background-color: rgb(17,86,196); }

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

<style>
 span { border-color: #1156C4; }

 span { border-color: rgb(17,86,196); }

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