Color Hex Logo

#115b77 Color Hex

#115B77
(17,91,119)
0 Favorites   0 Comments

Color spaces of #115b77

RGB 1791119
HSL0.550.750.27
HSV196°86°47°
CMYK 0.860.240.00   0.53
XYZ7.30208.933318.7922
Yxy8.93330.20850.2550
Hunter Lab29.8886-8.6963-16.3560
CIE-Lab35.8556-10.9604-21.9470

#115b77 color RGB value is (17,91,119).

#115b77 hex color red value is 17, green value is 91 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #115b77 hue: 0.55 , saturation: 0.75 and the lightness value of 115b77 is 0.27.

The process color (four color CMYK) of #115b77 color hex is 0.86, 0.24, 0.00, 0.53. Web safe color of #115b77 is #006666. Color #115b77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011011 01110111
Octal 21 133 167
Decimal 17 91 119
Hex 11 5B 77

RGB Percentages of Color #115b77

%7.49
%40.09
%52.42

CMYK Percentages of Color #115b77

%86
%24
%0
%53

Triadic Colors of #115b77

#115b77 #77115b #5b7711

Analogous Colors of #115b77

#115b77 #112877 #117760

Monochromatic Colors of #115b77

#115b77

Complementary Color

#115b77 #772d11

#115b77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115b77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115b77 Color CSS Codes

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

#115b77 Text Font Color

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

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


#115b77 Background Color

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

This div background color is #115b77


#115b77 Border Color

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

This div border color is #115b77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,91,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115b77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115b77;
  -webkit-box-shadow: 1px 1px 3px 2px #115b77;
  box-shadow:         1px 1px 3px 2px #115b77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115b77


Comments

No comments written yet.

Please login to write comment.