Color Hex Logo

#115688 Color Hex

#115688
(17,86,136)
0 Favorites   0 Comments

Color spaces of #115688

RGB 1786136
HSL0.570.780.30
HSV205°88°53°
CMYK 0.880.370.00   0.47
XYZ8.00298.552324.5215
Yxy8.55230.19480.2082
Hunter Lab29.2443-2.3298-29.2439
CIE-Lab35.1076-1.1424-33.5652

#115688 color RGB value is (17,86,136).

#115688 hex color red value is 17, green value is 86 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #115688 hue: 0.57 , saturation: 0.78 and the lightness value of 115688 is 0.30.

The process color (four color CMYK) of #115688 color hex is 0.88, 0.37, 0.00, 0.47. Web safe color of #115688 is #006699. Color #115688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010110 10001000
Octal 21 126 210
Decimal 17 86 136
Hex 11 56 88

RGB Percentages of Color #115688

%7.11
%35.98
%56.90

CMYK Percentages of Color #115688

%88
%37
%0
%47

Triadic Colors of #115688

#115688 #881156 #568811

Analogous Colors of #115688

#115688 #111a88 #11887f

Monochromatic Colors of #115688

#115688

Complementary Color

#115688 #884311

#115688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115688 Color CSS Codes

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

#115688 Text Font Color

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

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


#115688 Background Color

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

This div background color is #115688


#115688 Border Color

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

This div border color is #115688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115688


Comments

No comments written yet.

Please login to write comment.