Color Hex Logo

#115796 Color Hex

#115796
(17,87,150)
0 Favorites   0 Comments

Color spaces of #115796

RGB 1787150
HSL0.580.800.33
HSV208°89°59°
CMYK 0.890.420.00   0.41
XYZ9.14449.137630.1359
Yxy9.13760.18890.1887
Hunter Lab30.22851.0982-37.9485
CIE-Lab36.24793.9027-40.2555

#115796 color RGB value is (17,87,150).

#115796 hex color red value is 17, green value is 87 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #115796 hue: 0.58 , saturation: 0.80 and the lightness value of 115796 is 0.33.

The process color (four color CMYK) of #115796 color hex is 0.89, 0.42, 0.00, 0.41. Web safe color of #115796 is #006699. Color #115796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010111 10010110
Octal 21 127 226
Decimal 17 87 150
Hex 11 57 96

RGB Percentages of Color #115796

%6.69
%34.25
%59.06

CMYK Percentages of Color #115796

%89
%42
%0
%41

Triadic Colors of #115796

#115796 #961157 #579611

Analogous Colors of #115796

#115796 #111596 #119693

Monochromatic Colors of #115796

#115796

Complementary Color

#115796 #965011

#115796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115796 Color CSS Codes

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

#115796 Text Font Color

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

This sample text font color is #115796
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.


#115796 Background Color

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

This div background color is #115796


#115796 Border Color

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

This div border color is #115796


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,87,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115796; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115796;
  -webkit-box-shadow: 1px 1px 3px 2px #115796;
  box-shadow:         1px 1px 3px 2px #115796; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115796


Comments

No comments written yet.

Please login to write comment.