Color Hex Logo

#139fba Color Hex

#139FBA
(19,159,186)
0 Favorites   0 Comments

Color spaces of #139fba

RGB 19159186
HSL0.530.810.40
HSV190°90°73°
CMYK 0.900.150.00   0.27
XYZ21.529628.479950.8168
Yxy28.47990.21350.2825
Hunter Lab53.3666-21.3795-19.1006
CIE-Lab60.3198-24.1736-23.5500

#139fba color RGB value is (19,159,186).

#139fba hex color red value is 19, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #139fba hue: 0.53 , saturation: 0.81 and the lightness value of 139fba is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011111 10111010
Octal 23 237 272
Decimal 19 159 186
Hex 13 9F BA

RGB Percentages of Color #139fba

%5.22
%43.68
%51.10

CMYK Percentages of Color #139fba

%90
%15
%0
%27

Triadic Colors of #139fba

#139fba #ba139f #9fba13

Analogous Colors of #139fba

#139fba #134bba #13ba82

Monochromatic Colors of #139fba

#139fba

Complementary Color

#139fba #ba2e13

#139fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#139fba Color CSS Codes

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

#139fba Text Font Color

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

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


#139fba Background Color

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

This div background color is #139fba


#139fba Border Color

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

This div border color is #139fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139fba


Comments

No comments written yet.

Please login to write comment.