Color Hex Logo

#135074 Color Hex

#135074
(19,80,116)
0 Favorites   0 Comments

Color spaces of #135074

RGB 1980116
HSL0.560.720.26
HSV202°84°45°
CMYK 0.840.310.00   0.55
XYZ6.28967.136717.5690
Yxy7.13670.20290.2303
Hunter Lab26.7146-4.7251-20.2922
CIE-Lab32.1161-5.1580-25.9239

#135074 color RGB value is (19,80,116).

#135074 hex color red value is 19, green value is 80 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #135074 hue: 0.56 , saturation: 0.72 and the lightness value of 135074 is 0.26.

The process color (four color CMYK) of #135074 color hex is 0.84, 0.31, 0.00, 0.55. Web safe color of #135074 is #006666. Color #135074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010000 01110100
Octal 23 120 164
Decimal 19 80 116
Hex 13 50 74

RGB Percentages of Color #135074

%8.84
%37.21
%53.95

CMYK Percentages of Color #135074

%84
%31
%0
%55

Triadic Colors of #135074

#135074 #741350 #507413

Analogous Colors of #135074

#135074 #131f74 #137468

Monochromatic Colors of #135074

#135074

Complementary Color

#135074 #743713

#135074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135074 Color CSS Codes

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

#135074 Text Font Color

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

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


#135074 Background Color

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

This div background color is #135074


#135074 Border Color

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

This div border color is #135074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135074


Comments

No comments written yet.

Please login to write comment.