Color Hex Logo

#13394c Color Hex

#13394C
(19,57,76)
0 Favorites   0 Comments

Color spaces of #13394c

RGB 195776
HSL0.560.600.19
HSV200°75°30°
CMYK 0.750.250.00   0.70
XYZ3.03623.58657.3697
Yxy3.58650.21700.2563
Hunter Lab18.9381-4.5240-9.8159
CIE-Lab22.2544-6.2420-15.5508

#13394c color RGB value is (19,57,76).

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

The process color (four color CMYK) of #13394c color hex is 0.75, 0.25, 0.00, 0.70. Web safe color of #13394c is #003333. Color #13394c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 01001100
Octal 23 71 114
Decimal 19 57 76
Hex 13 39 4C

RGB Percentages of Color #13394c

%12.50
%37.50
%50.00

CMYK Percentages of Color #13394c

%75
%25
%0
%70

Triadic Colors of #13394c

#13394c #4c1339 #394c13

Analogous Colors of #13394c

#13394c #131d4c #134c43

Monochromatic Colors of #13394c

#13394c

Complementary Color

#13394c #4c2613

#13394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13394c Color CSS Codes

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

#13394c Text Font Color

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

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


#13394c Background Color

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

This div background color is #13394c


#13394c Border Color

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

This div border color is #13394c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13394c


Comments

No comments written yet.

Please login to write comment.