Color Hex Logo

#135980 Color Hex

#135980
(19,89,128)
0 Favorites   0 Comments

Color spaces of #135980

RGB 1989128
HSL0.560.740.29
HSV201°85°50°
CMYK 0.850.300.00   0.50
XYZ7.73728.841721.7209
Yxy8.84170.20200.2309
Hunter Lab29.7350-5.5896-22.4958
CIE-Lab35.6777-6.0523-27.7614

#135980 color RGB value is (19,89,128).

#135980 hex color red value is 19, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #135980 hue: 0.56 , saturation: 0.74 and the lightness value of 135980 is 0.29.

The process color (four color CMYK) of #135980 color hex is 0.85, 0.30, 0.00, 0.50. Web safe color of #135980 is #006699. Color #135980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 10000000
Octal 23 131 200
Decimal 19 89 128
Hex 13 59 80

RGB Percentages of Color #135980

%8.05
%37.71
%54.24

CMYK Percentages of Color #135980

%85
%30
%0
%50

Triadic Colors of #135980

#135980 #801359 #598013

Analogous Colors of #135980

#135980 #132380 #138071

Monochromatic Colors of #135980

#135980

Complementary Color

#135980 #803a13

#135980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135980 Color CSS Codes

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

#135980 Text Font Color

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

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


#135980 Background Color

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

This div background color is #135980


#135980 Border Color

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

This div border color is #135980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135980


Comments

No comments written yet.

Please login to write comment.