Color Hex Logo

#135270 Color Hex

#135270
(19,82,112)
0 Favorites   0 Comments

Color spaces of #135270

RGB 1982112
HSL0.550.710.26
HSV199°83°44°
CMYK 0.830.270.00   0.56
XYZ6.21057.342916.4192
Yxy7.34290.20720.2450
Hunter Lab27.0978-6.5110-16.9568
CIE-Lab32.5751-7.9879-22.7035

#135270 color RGB value is (19,82,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 01110000
Octal 23 122 160
Decimal 19 82 112
Hex 13 52 70

RGB Percentages of Color #135270

%8.92
%38.50
%52.58

CMYK Percentages of Color #135270

%83
%27
%0
%56

Triadic Colors of #135270

#135270 #701352 #527013

Analogous Colors of #135270

#135270 #132470 #13705f

Monochromatic Colors of #135270

#135270

Complementary Color

#135270 #703113

#135270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135270 Color CSS Codes

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

#135270 Text Font Color

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

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


#135270 Background Color

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

This div background color is #135270


#135270 Border Color

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

This div border color is #135270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135270


Comments

No comments written yet.

Please login to write comment.