Color Hex Logo

#115386 Color Hex

#115386
(17,83,134)
0 Favorites   0 Comments

Color spaces of #115386

RGB 1783134
HSL0.570.770.30
HSV206°87°53°
CMYK 0.870.380.00   0.47
XYZ7.62758.026923.7016
Yxy8.02690.19380.2040
Hunter Lab28.3318-1.5247-29.7682
CIE-Lab34.0388-0.0172-34.0364

#115386 color RGB value is (17,83,134).

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

The process color (four color CMYK) of #115386 color hex is 0.87, 0.38, 0.00, 0.47. Web safe color of #115386 is #006699. Color #115386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010011 10000110
Octal 21 123 206
Decimal 17 83 134
Hex 11 53 86

RGB Percentages of Color #115386

%7.26
%35.47
%57.26

CMYK Percentages of Color #115386

%87
%38
%0
%47

Triadic Colors of #115386

#115386 #861153 #538611

Analogous Colors of #115386

#115386 #111886 #11867f

Monochromatic Colors of #115386

#115386

Complementary Color

#115386 #864411

#115386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115386 Color CSS Codes

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

#115386 Text Font Color

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

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


#115386 Background Color

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

This div background color is #115386


#115386 Border Color

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

This div border color is #115386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115386


Comments

No comments written yet.

Please login to write comment.