Color Hex Logo

#1389be Color Hex

#1389BE
(19,137,190)
0 Favorites   0 Comments

Color spaces of #1389be

RGB 19137190
HSL0.550.820.41
HSV199°90°75°
CMYK 0.900.280.00   0.25
XYZ18.508521.747551.9374
Yxy21.74750.20080.2359
Hunter Lab46.6342-10.7656-33.3884
CIE-Lab53.7581-10.8707-35.9955

#1389be color RGB value is (19,137,190).

#1389be hex color red value is 19, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1389be hue: 0.55 , saturation: 0.82 and the lightness value of 1389be is 0.41.

The process color (four color CMYK) of #1389be color hex is 0.90, 0.28, 0.00, 0.25. Web safe color of #1389be is #0099cc. Color #1389be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001001 10111110
Octal 23 211 276
Decimal 19 137 190
Hex 13 89 BE

RGB Percentages of Color #1389be

%5.49
%39.60
%54.91

CMYK Percentages of Color #1389be

%90
%28
%0
%25

Triadic Colors of #1389be

#1389be #be1389 #89be13

Analogous Colors of #1389be

#1389be #1333be #13be9e

Monochromatic Colors of #1389be

#1389be

Complementary Color

#1389be #be4813

#1389be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1389be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1389be Color CSS Codes

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

#1389be Text Font Color

<p style="color:#1389be">Text here</p>

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


#1389be Background Color

<div style="background-color:#1389be">
Div content here</div>

This div background color is #1389be


#1389be Border Color

<div style="border:3px solid #1389be">
Div here</div>

This div border color is #1389be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,137,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1389be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1389be;
  -webkit-box-shadow: 1px 1px 3px 2px #1389be;
  box-shadow:         1px 1px 3px 2px #1389be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1389be


Comments

No comments written yet.

Please login to write comment.