Color Hex Logo

#1393ba Color Hex

#1393BA
(19,147,186)
0 Favorites   0 Comments

Color spaces of #1393ba

RGB 19147186
HSL0.540.810.40
HSV194°90°73°
CMYK 0.900.210.00   0.27
XYZ19.565224.551150.1620
Yxy24.55110.20750.2604
Hunter Lab49.5491-16.2274-25.3391
CIE-Lab56.6354-17.8594-29.2333

#1393ba color RGB value is (19,147,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010011 10111010
Octal 23 223 272
Decimal 19 147 186
Hex 13 93 BA

RGB Percentages of Color #1393ba

%5.40
%41.76
%52.84

CMYK Percentages of Color #1393ba

%90
%21
%0
%27

Triadic Colors of #1393ba

#1393ba #ba1393 #93ba13

Analogous Colors of #1393ba

#1393ba #1340ba #13ba8e

Monochromatic Colors of #1393ba

#1393ba

Complementary Color

#1393ba #ba3a13

#1393ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1393ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1393ba Color CSS Codes

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

#1393ba Text Font Color

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

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


#1393ba Background Color

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

This div background color is #1393ba


#1393ba Border Color

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

This div border color is #1393ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1393ba


Comments

No comments written yet.

Please login to write comment.