#1156BA

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

Shades of Denim #1156BA

Tints of Denim #1156BA

Color information

#1156BA (or 0x1156BA) is unknown color: approx Denim. HEX triplet: 11, 56 and BA. RGB value is (17,86,186). Sum of RGB (Red+Green+Blue) = 17+86+186=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #1156BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1156BA is #EEA945. Grayscale: #4C4C4C. Windows color (decimal): -15640902 or 12211729. OLE color: 12211729.

HSL color Cylindrical-coordinate representation of color #1156BA: hue angle of 215.5º 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 #1156BA is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1786186-
CMYK0.910.5400.27
HSL215.5º83.25%39.8%-
HSV(B)215.5º90.86%72.94%-
XYZ12.4210.3247.79-
YUV76.77189.6485.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=5.88%
G=29.76%
B=64.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17861860.910.5400.27215.583.2539.8
Hex1156BA5B3601Bd85328
Octal211262721336603333012350
Binary100011010110101110101011011110110011011110110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1156BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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