Color Hex Logo

#13475e Color Hex

#13475E
(19,71,94)
0 Favorites   0 Comments

Color spaces of #13475e

RGB 197194
HSL0.550.660.22
HSV198°80°37°
CMYK 0.800.240.00   0.63
XYZ4.54225.453111.4028
Yxy5.45310.21230.2548
Hunter Lab23.3519-6.1455-12.6052
CIE-Lab27.9885-8.1602-18.4293

#13475e color RGB value is (19,71,94).

#13475e hex color red value is 19, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #13475e hue: 0.55 , saturation: 0.66 and the lightness value of 13475e is 0.22.

The process color (four color CMYK) of #13475e color hex is 0.80, 0.24, 0.00, 0.63. Web safe color of #13475e is #003366. Color #13475e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 01011110
Octal 23 107 136
Decimal 19 71 94
Hex 13 47 5E

RGB Percentages of Color #13475e

%10.33
%38.59
%51.09

CMYK Percentages of Color #13475e

%80
%24
%0
%63

Triadic Colors of #13475e

#13475e #5e1347 #475e13

Analogous Colors of #13475e

#13475e #13225e #135e4f

Monochromatic Colors of #13475e

#13475e

Complementary Color

#13475e #5e2a13

#13475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13475e Color CSS Codes

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

#13475e Text Font Color

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

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


#13475e Background Color

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

This div background color is #13475e


#13475e Border Color

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

This div border color is #13475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13475e


Comments

No comments written yet.

Please login to write comment.