Color Hex Logo

#13727d Color Hex

#13727D
(19,114,125)
0 Favorites   0 Comments

Color spaces of #13727d

RGB 19114125
HSL0.520.740.28
HSV186°85°49°
CMYK 0.850.090.00   0.51
XYZ9.987513.653721.5111
Yxy13.65370.22120.3024
Hunter Lab36.9509-16.4172-8.6502
CIE-Lab43.7321-21.5219-13.4970

#13727d color RGB value is (19,114,125).

#13727d hex color red value is 19, green value is 114 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #13727d hue: 0.52 , saturation: 0.74 and the lightness value of 13727d is 0.28.

The process color (four color CMYK) of #13727d color hex is 0.85, 0.09, 0.00, 0.51. Web safe color of #13727d is #006666. Color #13727d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110010 01111101
Octal 23 162 175
Decimal 19 114 125
Hex 13 72 7D

RGB Percentages of Color #13727d

%7.36
%44.19
%48.45

CMYK Percentages of Color #13727d

%85
%9
%0
%51

Triadic Colors of #13727d

#13727d #7d1372 #727d13

Analogous Colors of #13727d

#13727d #133d7d #137d53

Monochromatic Colors of #13727d

#13727d

Complementary Color

#13727d #7d1e13

#13727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13727d Color CSS Codes

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

#13727d Text Font Color

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

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


#13727d Background Color

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

This div background color is #13727d


#13727d Border Color

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

This div border color is #13727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13727d


Comments

No comments written yet.

Please login to write comment.