#1157CC

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

Shades of Denim #1157CC

Tints of Denim #1157CC

Color information

#1157CC (or 0x1157CC) is unknown color: approx Denim. HEX triplet: 11, 57 and CC. RGB value is (17,87,204). Sum of RGB (Red+Green+Blue) = 17+87+204=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #1157CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1157CC is #EEA833. Grayscale: #4E4E4E. Windows color (decimal): -15640628 or 13391633. OLE color: 13391633.

HSL color Cylindrical-coordinate representation of color #1157CC: hue angle of 217.54º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1157CC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1787204-
CMYK0.920.5700.2
HSL217.54º84.62%43.33%-
HSV(B)217.54º91.67%80%-
XYZ14.5411.358.54-
YUV79.41198.3183.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.52%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 204 (80.08% from 255) = 66.23%
R=5.52%
G=28.25%
B=66.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17872040.920.5700.2217.5484.6243.33
Hex1157CC5C39014da552b
Octal211273141347102433212553
Binary100011010111110011001011100111001010100110110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1157CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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