#1156C3

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

Shades of Denim #1156C3

Tints of Denim #1156C3

Color information

#1156C3 (or 0x1156C3) is unknown color: approx Denim. HEX triplet: 11, 56 and C3. RGB value is (17,86,195). Sum of RGB (Red+Green+Blue) = 17+86+195=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 195 (76.56% from 255 or 65.44% from 298); Max value from RGB is 195 - color contains mainly: blue. Hex color #1156C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1156C3 is #EEA93C. Grayscale: #4D4D4D. Windows color (decimal): -15640893 or 12801553. OLE color: 12801553.

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

Color convert

RGB1786195-
CMYK0.910.5600.24
HSL216.74º83.96%41.57%-
HSV(B)216.74º91.28%76.47%-
XYZ13.4110.7152.99-
YUV77.8194.1484.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.70%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 195 (76.56% from 255) = 65.44%
R=5.70%
G=28.86%
B=65.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17861950.910.5600.24216.7483.9641.57
Hex1156C35B38018d9542a
Octal211263031337003033112452
Binary100011010110110000111011011111000011000110110011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1156C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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