#1157BA

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

Shades of Denim #1157BA

Tints of Denim #1157BA

Color information

#1157BA (or 0x1157BA) is unknown color: approx Denim. HEX triplet: 11, 57 and BA. RGB value is (17,87,186). Sum of RGB (Red+Green+Blue) = 17+87+186=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #1157BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1157BA is #EEA845. Grayscale: #4C4C4C. Windows color (decimal): -15640646 or 12211985. OLE color: 12211985.

HSL color Cylindrical-coordinate representation of color #1157BA: hue angle of 215.15º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1157BA is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1787186-
CMYK0.910.5300.27
HSL215.15º83.25%39.8%-
HSV(B)215.15º90.86%72.94%-
XYZ12.510.4847.82-
YUV77.36189.3184.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.86%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=5.86%
G=30%
B=64.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17871860.910.5300.27215.1583.2539.8
Hex1157BA5B3501Bd75328
Octal211272721336503332712350
Binary100011010111101110101011011110101011011110101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1157BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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