Color Hex Logo

#136070 Color Hex

#136070
(19,96,112)
0 Favorites   0 Comments

Color spaces of #136070

RGB 1996112
HSL0.530.710.26
HSV190°83°44°
CMYK 0.830.140.00   0.56
XYZ7.37619.674016.8078
Yxy9.67400.21790.2857
Hunter Lab31.1031-12.0990-10.2676
CIE-Lab37.2509-16.2581-15.4751

#136070 color RGB value is (19,96,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 01110000
Octal 23 140 160
Decimal 19 96 112
Hex 13 60 70

RGB Percentages of Color #136070

%8.37
%42.29
%49.34

CMYK Percentages of Color #136070

%83
%14
%0
%56

Triadic Colors of #136070

#136070 #701360 #607013

Analogous Colors of #136070

#136070 #133270 #137051

Monochromatic Colors of #136070

#136070

Complementary Color

#136070 #702313

#136070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136070 Color CSS Codes

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

#136070 Text Font Color

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

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


#136070 Background Color

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

This div background color is #136070


#136070 Border Color

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

This div border color is #136070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136070


Comments

No comments written yet.

Please login to write comment.