Color Hex Logo

#115abf Color Hex

#115ABF
(17,90,191)
0 Favorites   0 Comments

Color spaces of #115abf

RGB 1790191
HSL0.600.840.41
HSV215°91°75°
CMYK 0.910.530.00   0.25
XYZ13.291311.193150.7502
Yxy11.19310.17670.1488
Hunter Lab33.456112.3656-66.5189
CIE-Lab39.903818.5606-58.6822

#115abf color RGB value is (17,90,191).

#115abf hex color red value is 17, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #115abf hue: 0.60 , saturation: 0.84 and the lightness value of 115abf is 0.41.

The process color (four color CMYK) of #115abf color hex is 0.91, 0.53, 0.00, 0.25. Web safe color of #115abf is #0066cc. Color #115abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011010 10111111
Octal 21 132 277
Decimal 17 90 191
Hex 11 5A BF

RGB Percentages of Color #115abf

%5.70
%30.20
%64.09

CMYK Percentages of Color #115abf

%91
%53
%0
%25

Triadic Colors of #115abf

#115abf #bf115a #5abf11

Analogous Colors of #115abf

#115abf #1f11bf #11b1bf

Monochromatic Colors of #115abf

#115abf

Complementary Color

#115abf #bf7611

#115abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#115abf Color CSS Codes

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

#115abf Text Font Color

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

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


#115abf Background Color

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

This div background color is #115abf


#115abf Border Color

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

This div border color is #115abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115abf


Comments

No comments written yet.

Please login to write comment.