Color Hex Logo

#1156aa Color Hex

#1156AA
(17,86,170)
0 Favorites   0 Comments

Color spaces of #1156aa

RGB 1786170
HSL0.590.820.37
HSV213°90°67°
CMYK 0.900.490.00   0.33
XYZ10.81479.677039.3281
Yxy9.67700.18080.1618
Hunter Lab31.10797.6170-53.1818
CIE-Lab37.256412.7329-50.6118

#1156aa color RGB value is (17,86,170).

#1156aa hex color red value is 17, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1156aa hue: 0.59 , saturation: 0.82 and the lightness value of 1156aa is 0.37.

The process color (four color CMYK) of #1156aa color hex is 0.90, 0.49, 0.00, 0.33. Web safe color of #1156aa is #006699. Color #1156aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010110 10101010
Octal 21 126 252
Decimal 17 86 170
Hex 11 56 AA

RGB Percentages of Color #1156aa

%6.23
%31.50
%62.27

CMYK Percentages of Color #1156aa

%90
%49
%0
%33

Triadic Colors of #1156aa

#1156aa #aa1156 #56aa11

Analogous Colors of #1156aa

#1156aa #1911aa #11a3aa

Monochromatic Colors of #1156aa

#1156aa

Complementary Color

#1156aa #aa6511

#1156aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1156aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1156aa Color CSS Codes

.mybgcolor {background-color:#1156aa; } 
.myforecolor {color:#1156aa; }
.mybordercolor {border:3px solid #1156aa; }

#1156aa Text Font Color

<p style="color:#1156aa">Text here</p>

This sample text font color is #1156aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1156aa Background Color

<div style="background-color:#1156aa">
Div content here</div>

This div background color is #1156aa


#1156aa Border Color

<div style="border:3px solid #1156aa">
Div here</div>

This div border color is #1156aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,86,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1156aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1156aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1156aa;
  box-shadow:         1px 1px 3px 2px #1156aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,86,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1156aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1156aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1156aa;
  box-shadow:         1px 1px 3px 2px #1156aa;">
Div content here</div>

This div box has shadow with color #1156aa


Comments

No comments written yet.

Please login to write comment.