#1157C4

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

Shades of Denim #1157C4

Tints of Denim #1157C4

Color information

#1157C4 (or 0x1157C4) is unknown color: approx Denim. HEX triplet: 11, 57 and C4. RGB value is (17,87,196). Sum of RGB (Red+Green+Blue) = 17+87+196=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 196 (76.95% from 255 or 65.33% from 300); Max value from RGB is 196 - color contains mainly: blue. Hex color #1157C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1157C4 is #EEA83B. Grayscale: #4D4D4D. Windows color (decimal): -15640636 or 12867345. OLE color: 12867345.

HSL color Cylindrical-coordinate representation of color #1157C4: hue angle of 216.54º 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 #1157C4 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1787196-
CMYK0.910.5600.23
HSL216.54º84.04%41.76%-
HSV(B)216.54º91.33%76.86%-
XYZ13.610.9253.62-
YUV78.5194.3184.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 196 (76.95% from 255) = 65.33%
R=5.67%
G=29%
B=65.33%

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
Decimal17871960.910.5600.23216.5484.0441.76
Hex1157C45B38017d9542a
Octal211273041337002733112452
Binary100011010111110001001011011111000010111110110011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1157C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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