Color Hex Logo

#13949e Color Hex

#13949E
(19,148,158)
0 Favorites   0 Comments

Color spaces of #13949e

RGB 19148158
HSL0.510.790.35
HSV184°88°62°
CMYK 0.880.060.00   0.38
XYZ17.030023.786936.0415
Yxy23.78690.22160.3095
Hunter Lab48.7718-23.0226-9.6740
CIE-Lab55.8738-27.9223-14.4292

#13949e color RGB value is (19,148,158).

#13949e hex color red value is 19, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #13949e hue: 0.51 , saturation: 0.79 and the lightness value of 13949e is 0.35.

The process color (four color CMYK) of #13949e color hex is 0.88, 0.06, 0.00, 0.38. Web safe color of #13949e is #009999. Color #13949e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010100 10011110
Octal 23 224 236
Decimal 19 148 158
Hex 13 94 9E

RGB Percentages of Color #13949e

%5.85
%45.54
%48.62

CMYK Percentages of Color #13949e

%88
%6
%0
%38

Triadic Colors of #13949e

#13949e #9e1394 #949e13

Analogous Colors of #13949e

#13949e #134f9e #139e62

Monochromatic Colors of #13949e

#13949e

Complementary Color

#13949e #9e1d13

#13949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13949e Color CSS Codes

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

#13949e Text Font Color

<p style="color:#13949e">Text here</p>

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


#13949e Background Color

<div style="background-color:#13949e">
Div content here</div>

This div background color is #13949e


#13949e Border Color

<div style="border:3px solid #13949e">
Div here</div>

This div border color is #13949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13949e


Comments

No comments written yet.

Please login to write comment.