Color Hex Logo

#115faa Color Hex

#115FAA
(17,95,170)
0 Favorites   0 Comments

Color spaces of #115faa

RGB 1795170
HSL0.580.820.37
HSV209°90°67°
CMYK 0.900.440.00   0.33
XYZ11.579111.205939.5829
Yxy11.20590.18570.1797
Hunter Lab33.47523.1616-46.6750
CIE-Lab39.92516.8086-46.3174

#115faa color RGB value is (17,95,170).

#115faa hex color red value is 17, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #115faa hue: 0.58 , saturation: 0.82 and the lightness value of 115faa is 0.37.

The process color (four color CMYK) of #115faa color hex is 0.90, 0.44, 0.00, 0.33. Web safe color of #115faa is #006699. Color #115faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011111 10101010
Octal 21 137 252
Decimal 17 95 170
Hex 11 5F AA

RGB Percentages of Color #115faa

%6.03
%33.69
%60.28

CMYK Percentages of Color #115faa

%90
%44
%0
%33

Triadic Colors of #115faa

#115faa #aa115f #5faa11

Analogous Colors of #115faa

#115faa #1112aa #11aaa9

Monochromatic Colors of #115faa

#115faa

Complementary Color

#115faa #aa5c11

#115faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#115faa Color CSS Codes

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

#115faa Text Font Color

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

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


#115faa Background Color

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

This div background color is #115faa


#115faa Border Color

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

This div border color is #115faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115faa


Comments

No comments written yet.

Please login to write comment.