Color Hex Logo

#1389ba Color Hex

#1389BA
(19,137,186)
0 Favorites   0 Comments

Color spaces of #1389ba

RGB 19137186
HSL0.550.810.40
HSV198°90°73°
CMYK 0.900.260.00   0.27
XYZ18.077121.574949.6660
Yxy21.57490.20240.2416
Hunter Lab46.4488-11.8161-30.8825
CIE-Lab53.5730-12.3425-34.0024

#1389ba color RGB value is (19,137,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001001 10111010
Octal 23 211 272
Decimal 19 137 186
Hex 13 89 BA

RGB Percentages of Color #1389ba

%5.56
%40.06
%54.39

CMYK Percentages of Color #1389ba

%90
%26
%0
%27

Triadic Colors of #1389ba

#1389ba #ba1389 #89ba13

Analogous Colors of #1389ba

#1389ba #1336ba #13ba98

Monochromatic Colors of #1389ba

#1389ba

Complementary Color

#1389ba #ba4413

#1389ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1389ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1389ba Color CSS Codes

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

#1389ba Text Font Color

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

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


#1389ba Background Color

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

This div background color is #1389ba


#1389ba Border Color

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

This div border color is #1389ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,137,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 #1389ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1389ba


Comments

No comments written yet.

Please login to write comment.