Color Hex Logo

#139bbd Color Hex

#139BBD
(19,155,189)
0 Favorites   0 Comments

Color spaces of #139bbd

RGB 19155189
HSL0.530.820.41
HSV192°90°74°
CMYK 0.900.180.00   0.26
XYZ21.175227.255352.2889
Yxy27.25530.21020.2706
Hunter Lab52.2066-18.9613-22.8388
CIE-Lab59.2099-21.0710-26.9475

#139bbd color RGB value is (19,155,189).

#139bbd hex color red value is 19, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #139bbd hue: 0.53 , saturation: 0.82 and the lightness value of 139bbd is 0.41.

The process color (four color CMYK) of #139bbd color hex is 0.90, 0.18, 0.00, 0.26. Web safe color of #139bbd is #0099cc. Color #139bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011011 10111101
Octal 23 233 275
Decimal 19 155 189
Hex 13 9B BD

RGB Percentages of Color #139bbd

%5.23
%42.70
%52.07

CMYK Percentages of Color #139bbd

%90
%18
%0
%26

Triadic Colors of #139bbd

#139bbd #bd139b #9bbd13

Analogous Colors of #139bbd

#139bbd #1346bd #13bd8a

Monochromatic Colors of #139bbd

#139bbd

Complementary Color

#139bbd #bd3513

#139bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#139bbd Color CSS Codes

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

#139bbd Text Font Color

<p style="color:#139bbd">Text here</p>

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


#139bbd Background Color

<div style="background-color:#139bbd">
Div content here</div>

This div background color is #139bbd


#139bbd Border Color

<div style="border:3px solid #139bbd">
Div here</div>

This div border color is #139bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,155,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #139bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #139bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #139bbd;
  box-shadow:         1px 1px 3px 2px #139bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,155,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139bbd


Comments

No comments written yet.

Please login to write comment.