Color Hex Logo

#115bbf Color Hex

#115BBF
(17,91,191)
0 Favorites   0 Comments

Color spaces of #115bbf

RGB 1791191
HSL0.600.840.41
HSV214°91°75°
CMYK 0.910.520.00   0.25
XYZ13.376211.362950.7785
Yxy11.36290.17710.1505
Hunter Lab33.708911.8409-65.7172
CIE-Lab40.185117.8996-58.2261

#115bbf color RGB value is (17,91,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011011 10111111
Octal 21 133 277
Decimal 17 91 191
Hex 11 5B BF

RGB Percentages of Color #115bbf

%5.69
%30.43
%63.88

CMYK Percentages of Color #115bbf

%91
%52
%0
%25

Triadic Colors of #115bbf

#115bbf #bf115b #5bbf11

Analogous Colors of #115bbf

#115bbf #1e11bf #11b2bf

Monochromatic Colors of #115bbf

#115bbf

Complementary Color

#115bbf #bf7511

#115bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#115bbf Color CSS Codes

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

#115bbf Text Font Color

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

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


#115bbf Background Color

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

This div background color is #115bbf


#115bbf Border Color

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

This div border color is #115bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115bbf


Comments

No comments written yet.

Please login to write comment.