Color Hex Logo

#13745d Color Hex

#13745D
(19,116,93)
0 Favorites   0 Comments

Color spaces of #13745d

RGB 1911693
HSL0.460.720.26
HSV166°84°45°
CMYK 0.840.000.20   0.55
XYZ8.489713.419512.4987
Yxy13.41950.24670.3900
Hunter Lab36.6326-22.73935.4137
CIE-Lab43.3886-32.48025.1945

#13745d color RGB value is (19,116,93).

#13745d hex color red value is 19, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #13745d hue: 0.46 , saturation: 0.72 and the lightness value of 13745d is 0.26.

The process color (four color CMYK) of #13745d color hex is 0.84, 0.00, 0.20, 0.55. Web safe color of #13745d is #006666. Color #13745d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110100 01011101
Octal 23 164 135
Decimal 19 116 93
Hex 13 74 5D

RGB Percentages of Color #13745d

%8.33
%50.88
%40.79

CMYK Percentages of Color #13745d

%84
%0
%20
%55

Triadic Colors of #13745d

#13745d #5d1374 #745d13

Analogous Colors of #13745d

#13745d #135a74 #13742d

Monochromatic Colors of #13745d

#13745d

Complementary Color

#13745d #74132a

#13745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13745d Color CSS Codes

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

#13745d Text Font Color

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

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


#13745d Background Color

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

This div background color is #13745d


#13745d Border Color

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

This div border color is #13745d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,116,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 #13745d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13745d


Comments

No comments written yet.

Please login to write comment.