Color Hex Logo

#135770 Color Hex

#135770
(19,87,112)
0 Favorites   0 Comments

Color spaces of #135770

RGB 1987112
HSL0.540.710.26
HSV196°83°44°
CMYK 0.830.220.00   0.56
XYZ6.60148.124716.5495
Yxy8.12470.21110.2598
Hunter Lab28.5039-8.5417-14.4714
CIE-Lab34.2412-11.0300-20.1117

#135770 color RGB value is (19,87,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010111 01110000
Octal 23 127 160
Decimal 19 87 112
Hex 13 57 70

RGB Percentages of Color #135770

%8.72
%39.91
%51.38

CMYK Percentages of Color #135770

%83
%22
%0
%56

Triadic Colors of #135770

#135770 #701357 #577013

Analogous Colors of #135770

#135770 #132870 #13705b

Monochromatic Colors of #135770

#135770

Complementary Color

#135770 #702c13

#135770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135770 Color CSS Codes

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

#135770 Text Font Color

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

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


#135770 Background Color

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

This div background color is #135770


#135770 Border Color

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

This div border color is #135770


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,87,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 #135770">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135770


Comments

No comments written yet.

Please login to write comment.