Color Hex Logo

#115faf Color Hex

#115FAF
(17,95,175)
0 Favorites   0 Comments

Color spaces of #115faf

RGB 1795175
HSL0.580.820.38
HSV210°90°69°
CMYK 0.900.460.00   0.31
XYZ12.061211.398742.1219
Yxy11.39870.18390.1738
Hunter Lab33.76204.6843-50.3377
CIE-Lab40.24408.8273-48.7565

#115faf color RGB value is (17,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011111 10101111
Octal 21 137 257
Decimal 17 95 175
Hex 11 5F AF

RGB Percentages of Color #115faf

%5.92
%33.10
%60.98

CMYK Percentages of Color #115faf

%90
%46
%0
%31

Triadic Colors of #115faf

#115faf #af115f #5faf11

Analogous Colors of #115faf

#115faf #1211af #11aeaf

Monochromatic Colors of #115faf

#115faf

Complementary Color

#115faf #af6111

#115faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#115faf Color CSS Codes

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

#115faf Text Font Color

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

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


#115faf Background Color

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

This div background color is #115faf


#115faf Border Color

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

This div border color is #115faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115faf


Comments

No comments written yet.

Please login to write comment.