Color Hex Logo

#139bea Color Hex

#139BEA
(19,155,234)
0 Favorites   0 Comments

Color spaces of #139bea

RGB 19155234
HSL0.560.850.50
HSV202°92°92°
CMYK 0.920.340.00   0.08
XYZ26.841229.521682.1255
Yxy29.52160.19380.2132
Hunter Lab54.3338-6.9041-51.5832
CIE-Lab61.2392-4.8895-48.8839

#139bea color RGB value is (19,155,234).

#139bea hex color red value is 19, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #139bea hue: 0.56 , saturation: 0.85 and the lightness value of 139bea is 0.50.

The process color (four color CMYK) of #139bea color hex is 0.92, 0.34, 0.00, 0.08. Web safe color of #139bea is #0099ff. Color #139bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011011 11101010
Octal 23 233 352
Decimal 19 155 234
Hex 13 9B EA

RGB Percentages of Color #139bea

%4.66
%37.99
%57.35

CMYK Percentages of Color #139bea

%92
%34
%0
%8

Triadic Colors of #139bea

#139bea #ea139b #9bea13

Analogous Colors of #139bea

#139bea #1330ea #13eace

Monochromatic Colors of #139bea

#139bea

Complementary Color

#139bea #ea6213

#139bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#139bea Color CSS Codes

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

#139bea Text Font Color

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

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


#139bea Background Color

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

This div background color is #139bea


#139bea Border Color

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

This div border color is #139bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139bea


Comments

No comments written yet.

Please login to write comment.