Color Hex Logo

#115496 Color Hex

#115496
(17,84,150)
0 Favorites   0 Comments

Color spaces of #115496

RGB 1784150
HSL0.580.800.33
HSV210°89°59°
CMYK 0.890.440.00   0.41
XYZ8.90658.661830.0566
Yxy8.66180.18700.1819
Hunter Lab29.43092.5142-39.9488
CIE-Lab35.32485.8771-41.7326

#115496 color RGB value is (17,84,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010100 10010110
Octal 21 124 226
Decimal 17 84 150
Hex 11 54 96

RGB Percentages of Color #115496

%6.77
%33.47
%59.76

CMYK Percentages of Color #115496

%89
%44
%0
%41

Triadic Colors of #115496

#115496 #961154 #549611

Analogous Colors of #115496

#115496 #111296 #119696

Monochromatic Colors of #115496

#115496

Complementary Color

#115496 #965311

#115496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115496 Color CSS Codes

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

#115496 Text Font Color

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

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


#115496 Background Color

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

This div background color is #115496


#115496 Border Color

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

This div border color is #115496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,84,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 #115496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115496


Comments

No comments written yet.

Please login to write comment.