Color Hex Logo

#13756b Color Hex

#13756B
(19,117,107)
0 Favorites   0 Comments

Color spaces of #13756b

RGB 19117107
HSL0.480.720.27
HSV174°84°46°
CMYK 0.840.000.09   0.54
XYZ9.283713.922616.1079
Yxy13.92260.23610.3541
Hunter Lab37.3130-20.88590.5238
CIE-Lab44.1217-28.8788-2.1185

#13756b color RGB value is (19,117,107).

#13756b hex color red value is 19, green value is 117 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #13756b hue: 0.48 , saturation: 0.72 and the lightness value of 13756b is 0.27.

The process color (four color CMYK) of #13756b color hex is 0.84, 0.00, 0.09, 0.54. Web safe color of #13756b is #006666. Color #13756b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 01101011
Octal 23 165 153
Decimal 19 117 107
Hex 13 75 6B

RGB Percentages of Color #13756b

%7.82
%48.15
%44.03

CMYK Percentages of Color #13756b

%84
%0
%9
%54

Triadic Colors of #13756b

#13756b #6b1375 #756b13

Analogous Colors of #13756b

#13756b #134e75 #13753a

Monochromatic Colors of #13756b

#13756b

Complementary Color

#13756b #75131d

#13756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13756b Color CSS Codes

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

#13756b Text Font Color

<p style="color:#13756b">Text here</p>

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


#13756b Background Color

<div style="background-color:#13756b">
Div content here</div>

This div background color is #13756b


#13756b Border Color

<div style="border:3px solid #13756b">
Div here</div>

This div border color is #13756b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,117,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13756b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13756b;
  -webkit-box-shadow: 1px 1px 3px 2px #13756b;
  box-shadow:         1px 1px 3px 2px #13756b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13756b


Comments

No comments written yet.

Please login to write comment.