Color Hex Logo

#115eaf Color Hex

#115EAF
(17,94,175)
0 Favorites   0 Comments

Color spaces of #115eaf

RGB 1794175
HSL0.590.820.38
HSV211°90°69°
CMYK 0.900.460.00   0.31
XYZ11.971711.219742.0921
Yxy11.21970.18340.1719
Hunter Lab33.49585.1798-51.0590
CIE-Lab39.94819.4800-49.2324

#115eaf color RGB value is (17,94,175).

#115eaf hex color red value is 17, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #115eaf hue: 0.59 , saturation: 0.82 and the lightness value of 115eaf is 0.38.

The process color (four color CMYK) of #115eaf color hex is 0.90, 0.46, 0.00, 0.31. Web safe color of #115eaf is #006699. Color #115eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011110 10101111
Octal 21 136 257
Decimal 17 94 175
Hex 11 5E AF

RGB Percentages of Color #115eaf

%5.94
%32.87
%61.19

CMYK Percentages of Color #115eaf

%90
%46
%0
%31

Triadic Colors of #115eaf

#115eaf #af115e #5eaf11

Analogous Colors of #115eaf

#115eaf #1311af #11adaf

Monochromatic Colors of #115eaf

#115eaf

Complementary Color

#115eaf #af6211

#115eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#115eaf Color CSS Codes

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

#115eaf Text Font Color

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

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


#115eaf Background Color

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

This div background color is #115eaf


#115eaf Border Color

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

This div border color is #115eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115eaf


Comments

No comments written yet.

Please login to write comment.