Color Hex Logo

#13496e Color Hex

#13496E
(19,73,110)
0 Favorites   0 Comments

Color spaces of #13496e

RGB 1973110
HSL0.570.710.25
HSV204°83°43°
CMYK 0.830.340.00   0.57
XYZ5.46566.029315.6276
Yxy6.02930.20150.2223
Hunter Lab24.5546-3.2384-20.5464
CIE-Lab29.4863-3.0707-26.2900

#13496e color RGB value is (19,73,110).

#13496e hex color red value is 19, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #13496e hue: 0.57 , saturation: 0.71 and the lightness value of 13496e is 0.25.

The process color (four color CMYK) of #13496e color hex is 0.83, 0.34, 0.00, 0.57. Web safe color of #13496e is #003366. Color #13496e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 01101110
Octal 23 111 156
Decimal 19 73 110
Hex 13 49 6E

RGB Percentages of Color #13496e

%9.41
%36.14
%54.46

CMYK Percentages of Color #13496e

%83
%34
%0
%57

Triadic Colors of #13496e

#13496e #6e1349 #496e13

Analogous Colors of #13496e

#13496e #131c6e #136e66

Monochromatic Colors of #13496e

#13496e

Complementary Color

#13496e #6e3813

#13496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13496e Color CSS Codes

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

#13496e Text Font Color

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

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


#13496e Background Color

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

This div background color is #13496e


#13496e Border Color

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

This div border color is #13496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13496e


Comments

No comments written yet.

Please login to write comment.