Color Hex Logo

#136771 Color Hex

#136771
(19,103,113)
0 Favorites   0 Comments

Color spaces of #136771

RGB 19103113
HSL0.520.710.26
HSV186°83°44°
CMYK 0.830.090.00   0.56
XYZ8.099411.031217.3251
Yxy11.03120.22220.3026
Hunter Lab33.2133-14.5941-7.6783
CIE-Lab39.6330-19.7709-12.4576

#136771 color RGB value is (19,103,113).

#136771 hex color red value is 19, green value is 103 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #136771 hue: 0.52 , saturation: 0.71 and the lightness value of 136771 is 0.26.

The process color (four color CMYK) of #136771 color hex is 0.83, 0.09, 0.00, 0.56. Web safe color of #136771 is #006666. Color #136771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 01110001
Octal 23 147 161
Decimal 19 103 113
Hex 13 67 71

RGB Percentages of Color #136771

%8.09
%43.83
%48.09

CMYK Percentages of Color #136771

%83
%9
%0
%56

Triadic Colors of #136771

#136771 #711367 #677113

Analogous Colors of #136771

#136771 #133871 #13714c

Monochromatic Colors of #136771

#136771

Complementary Color

#136771 #711d13

#136771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136771 Color CSS Codes

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

#136771 Text Font Color

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

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


#136771 Background Color

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

This div background color is #136771


#136771 Border Color

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

This div border color is #136771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,103,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136771;
  -webkit-box-shadow: 1px 1px 3px 2px #136771;
  box-shadow:         1px 1px 3px 2px #136771; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136771


Comments

No comments written yet.

Please login to write comment.