Color Hex Logo

#13737f Color Hex

#13737F
(19,115,127)
0 Favorites   0 Comments

Color spaces of #13737f

RGB 19115127
HSL0.520.740.29
HSV187°85°50°
CMYK 0.850.090.00   0.50
XYZ10.230113.932222.2287
Yxy13.93220.22050.3003
Hunter Lab37.3259-16.3978-9.1809
CIE-Lab44.1355-21.3655-14.0826

#13737f color RGB value is (19,115,127).

#13737f hex color red value is 19, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #13737f hue: 0.52 , saturation: 0.74 and the lightness value of 13737f is 0.29.

The process color (four color CMYK) of #13737f color hex is 0.85, 0.09, 0.00, 0.50. Web safe color of #13737f is #006666. Color #13737f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 01111111
Octal 23 163 177
Decimal 19 115 127
Hex 13 73 7F

RGB Percentages of Color #13737f

%7.28
%44.06
%48.66

CMYK Percentages of Color #13737f

%85
%9
%0
%50

Triadic Colors of #13737f

#13737f #7f1373 #737f13

Analogous Colors of #13737f

#13737f #133d7f #137f55

Monochromatic Colors of #13737f

#13737f

Complementary Color

#13737f #7f1f13

#13737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13737f Color CSS Codes

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

#13737f Text Font Color

<p style="color:#13737f">Text here</p>

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


#13737f Background Color

<div style="background-color:#13737f">
Div content here</div>

This div background color is #13737f


#13737f Border Color

<div style="border:3px solid #13737f">
Div here</div>

This div border color is #13737f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,115,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13737f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13737f;
  -webkit-box-shadow: 1px 1px 3px 2px #13737f;
  box-shadow:         1px 1px 3px 2px #13737f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13737f


Comments

No comments written yet.

Please login to write comment.