Color Hex Logo

#13394e Color Hex

#13394E
(19,57,78)
0 Favorites   0 Comments

Color spaces of #13394e

RGB 195778
HSL0.560.610.19
HSV201°76°31°
CMYK 0.760.270.00   0.69
XYZ3.10683.61487.7417
Yxy3.61480.21480.2499
Hunter Lab19.0126-4.1039-10.8333
CIE-Lab22.3548-5.4543-16.7267

#13394e color RGB value is (19,57,78).

#13394e hex color red value is 19, green value is 57 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #13394e hue: 0.56 , saturation: 0.61 and the lightness value of 13394e is 0.19.

The process color (four color CMYK) of #13394e color hex is 0.76, 0.27, 0.00, 0.69. Web safe color of #13394e is #003366. Color #13394e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 01001110
Octal 23 71 116
Decimal 19 57 78
Hex 13 39 4E

RGB Percentages of Color #13394e

%12.34
%37.01
%50.65

CMYK Percentages of Color #13394e

%76
%27
%0
%69

Triadic Colors of #13394e

#13394e #4e1339 #394e13

Analogous Colors of #13394e

#13394e #131b4e #134e46

Monochromatic Colors of #13394e

#13394e

Complementary Color

#13394e #4e2813

#13394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13394e Color CSS Codes

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

#13394e Text Font Color

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

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


#13394e Background Color

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

This div background color is #13394e


#13394e Border Color

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

This div border color is #13394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13394e


Comments

No comments written yet.

Please login to write comment.