Color Hex Logo

#13493b Color Hex

#13493B
(19,73,59)
0 Favorites   0 Comments

Color spaces of #13493b

RGB 197359
HSL0.460.590.18
HSV164°74°29°
CMYK 0.740.000.19   0.71
XYZ3.44055.21934.9638
Yxy5.21930.25250.3831
Hunter Lab22.8458-13.09863.1099
CIE-Lab27.3506-21.45793.2959

#13493b color RGB value is (19,73,59).

#13493b hex color red value is 19, green value is 73 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #13493b hue: 0.46 , saturation: 0.59 and the lightness value of 13493b is 0.18.

The process color (four color CMYK) of #13493b color hex is 0.74, 0.00, 0.19, 0.71. Web safe color of #13493b is #003333. Color #13493b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 00111011
Octal 23 111 73
Decimal 19 73 59
Hex 13 49 3B

RGB Percentages of Color #13493b

%12.58
%48.34
%39.07

CMYK Percentages of Color #13493b

%74
%0
%19
%71

Triadic Colors of #13493b

#13493b #3b1349 #493b13

Analogous Colors of #13493b

#13493b #133c49 #134920

Monochromatic Colors of #13493b

#13493b

Complementary Color

#13493b #491321

#13493b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13493b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13493b Color CSS Codes

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

#13493b Text Font Color

<p style="color:#13493b">Text here</p>

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


#13493b Background Color

<div style="background-color:#13493b">
Div content here</div>

This div background color is #13493b


#13493b Border Color

<div style="border:3px solid #13493b">
Div here</div>

This div border color is #13493b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,73,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13493b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13493b;
  -webkit-box-shadow: 1px 1px 3px 2px #13493b;
  box-shadow:         1px 1px 3px 2px #13493b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13493b


Comments

No comments written yet.

Please login to write comment.