Color Hex Logo

#13475d Color Hex

#13475D
(19,71,93)
0 Favorites   0 Comments

Color spaces of #13475d

RGB 197193
HSL0.550.660.22
HSV198°80°36°
CMYK 0.800.240.00   0.64
XYZ4.49765.435211.1680
Yxy5.43520.21310.2576
Hunter Lab23.3135-6.3628-12.0826
CIE-Lab27.9403-8.5483-17.8608

#13475d color RGB value is (19,71,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 01011101
Octal 23 107 135
Decimal 19 71 93
Hex 13 47 5D

RGB Percentages of Color #13475d

%10.38
%38.80
%50.82

CMYK Percentages of Color #13475d

%80
%24
%0
%64

Triadic Colors of #13475d

#13475d #5d1347 #475d13

Analogous Colors of #13475d

#13475d #13225d #135d4e

Monochromatic Colors of #13475d

#13475d

Complementary Color

#13475d #5d2913

#13475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13475d Color CSS Codes

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

#13475d Text Font Color

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

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


#13475d Background Color

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

This div background color is #13475d


#13475d Border Color

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

This div border color is #13475d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13475d


Comments

No comments written yet.

Please login to write comment.