Color Hex Logo

#139cdb Color Hex

#139CDB
(19,156,219)
0 Favorites   0 Comments

Color spaces of #139cdb

RGB 19156219
HSL0.550.840.47
HSV199°91°86°
CMYK 0.910.290.00   0.14
XYZ24.943229.029971.3065
Yxy29.02990.19910.2317
Hunter Lab53.8794-11.6533-40.7516
CIE-Lab60.8080-10.9526-41.2537

#139cdb color RGB value is (19,156,219).

#139cdb hex color red value is 19, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #139cdb hue: 0.55 , saturation: 0.84 and the lightness value of 139cdb is 0.47.

The process color (four color CMYK) of #139cdb color hex is 0.91, 0.29, 0.00, 0.14. Web safe color of #139cdb is #0099cc. Color #139cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011100 11011011
Octal 23 234 333
Decimal 19 156 219
Hex 13 9C DB

RGB Percentages of Color #139cdb

%4.82
%39.59
%55.58

CMYK Percentages of Color #139cdb

%91
%29
%0
%14

Triadic Colors of #139cdb

#139cdb #db139c #9cdb13

Analogous Colors of #139cdb

#139cdb #1338db #13dbb6

Monochromatic Colors of #139cdb

#139cdb

Complementary Color

#139cdb #db5213

#139cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#139cdb Color CSS Codes

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

#139cdb Text Font Color

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

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


#139cdb Background Color

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

This div background color is #139cdb


#139cdb Border Color

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

This div border color is #139cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139cdb


Comments

No comments written yet.

Please login to write comment.