Color Hex Logo

#139eeb Color Hex

#139EEB
(19,158,235)
0 Favorites   0 Comments

Color spaces of #139eeb

RGB 19158235
HSL0.560.850.50
HSV201°92°92°
CMYK 0.920.330.00   0.08
XYZ27.490830.590383.0529
Yxy30.59030.19480.2167
Hunter Lab55.3085-8.0674-50.3157
CIE-Lab62.1602-6.2340-47.9787

#139eeb color RGB value is (19,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011110 11101011
Octal 23 236 353
Decimal 19 158 235
Hex 13 9E EB

RGB Percentages of Color #139eeb

%4.61
%38.35
%57.04

CMYK Percentages of Color #139eeb

%92
%33
%0
%8

Triadic Colors of #139eeb

#139eeb #eb139e #9eeb13

Analogous Colors of #139eeb

#139eeb #1332eb #13ebcc

Monochromatic Colors of #139eeb

#139eeb

Complementary Color

#139eeb #eb6013

#139eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#139eeb Color CSS Codes

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

#139eeb Text Font Color

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

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


#139eeb Background Color

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

This div background color is #139eeb


#139eeb Border Color

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

This div border color is #139eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139eeb


Comments

No comments written yet.

Please login to write comment.