Color Hex Logo

#13575d Color Hex

#13575D
(19,87,93)
0 Favorites   0 Comments

Color spaces of #13575d

RGB 198793
HSL0.510.660.22
HSV185°80°36°
CMYK 0.800.060.00   0.64
XYZ5.65257.745211.5530
Yxy7.74520.22650.3104
Hunter Lab27.8302-12.4483-5.1316
CIE-Lab33.4465-17.9655-9.4310

#13575d color RGB value is (19,87,93).

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

The process color (four color CMYK) of #13575d color hex is 0.80, 0.06, 0.00, 0.64. Web safe color of #13575d is #006666. Color #13575d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010111 01011101
Octal 23 127 135
Decimal 19 87 93
Hex 13 57 5D

RGB Percentages of Color #13575d

%9.55
%43.72
%46.73

CMYK Percentages of Color #13575d

%80
%6
%0
%64

Triadic Colors of #13575d

#13575d #5d1357 #575d13

Analogous Colors of #13575d

#13575d #13325d #135d3e

Monochromatic Colors of #13575d

#13575d

Complementary Color

#13575d #5d1913

#13575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13575d Color CSS Codes

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

#13575d Text Font Color

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

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


#13575d Background Color

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

This div background color is #13575d


#13575d Border Color

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

This div border color is #13575d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13575d


Comments

No comments written yet.

Please login to write comment.