Color Hex Logo

#116bbb Color Hex

#116BBB
(17,107,187)
0 Favorites   0 Comments

Color spaces of #116bbb

RGB 17107187
HSL0.580.830.40
HSV208°91°73°
CMYK 0.910.430.00   0.27
XYZ14.458514.222448.9969
Yxy14.22240.18610.1831
Hunter Lab37.71262.4374-50.6318
CIE-Lab44.55025.9178-48.8645

#116bbb color RGB value is (17,107,187).

#116bbb hex color red value is 17, green value is 107 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #116bbb hue: 0.58 , saturation: 0.83 and the lightness value of 116bbb is 0.40.

The process color (four color CMYK) of #116bbb color hex is 0.91, 0.43, 0.00, 0.27. Web safe color of #116bbb is #0066cc. Color #116bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101011 10111011
Octal 21 153 273
Decimal 17 107 187
Hex 11 6B BB

RGB Percentages of Color #116bbb

%5.47
%34.41
%60.13

CMYK Percentages of Color #116bbb

%91
%43
%0
%27

Triadic Colors of #116bbb

#116bbb #bb116b #6bbb11

Analogous Colors of #116bbb

#116bbb #1116bb #11bbb6

Monochromatic Colors of #116bbb

#116bbb

Complementary Color

#116bbb #bb6111

#116bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#116bbb Color CSS Codes

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

#116bbb Text Font Color

<p style="color:#116bbb">Text here</p>

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


#116bbb Background Color

<div style="background-color:#116bbb">
Div content here</div>

This div background color is #116bbb


#116bbb Border Color

<div style="border:3px solid #116bbb">
Div here</div>

This div border color is #116bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,107,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #116bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #116bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #116bbb;
  box-shadow:         1px 1px 3px 2px #116bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116bbb


Comments

No comments written yet.

Please login to write comment.