Color Hex Logo

#119cbb Color Hex

#119CBB
(17,156,187)
0 Favorites   0 Comments

Color spaces of #119cbb

RGB 17156187
HSL0.530.830.40
HSV191°91°73°
CMYK 0.910.170.00   0.27
XYZ21.089327.484051.2071
Yxy27.48400.21140.2754
Hunter Lab52.4252-19.9381-21.2148
CIE-Lab59.4197-22.3856-25.4982

#119cbb color RGB value is (17,156,187).

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

The process color (four color CMYK) of #119cbb color hex is 0.91, 0.17, 0.00, 0.27. Web safe color of #119cbb is #0099cc. Color #119cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011100 10111011
Octal 21 234 273
Decimal 17 156 187
Hex 11 9C BB

RGB Percentages of Color #119cbb

%4.72
%43.33
%51.94

CMYK Percentages of Color #119cbb

%91
%17
%0
%27

Triadic Colors of #119cbb

#119cbb #bb119c #9cbb11

Analogous Colors of #119cbb

#119cbb #1147bb #11bb85

Monochromatic Colors of #119cbb

#119cbb

Complementary Color

#119cbb #bb3011

#119cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#119cbb Color CSS Codes

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

#119cbb Text Font Color

<p style="color:#119cbb">Text here</p>

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


#119cbb Background Color

<div style="background-color:#119cbb">
Div content here</div>

This div background color is #119cbb


#119cbb Border Color

<div style="border:3px solid #119cbb">
Div here</div>

This div border color is #119cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119cbb


Comments

No comments written yet.

Please login to write comment.