Color Hex Logo

#135881 Color Hex

#135881
(19,88,129)
0 Favorites   0 Comments

Color spaces of #135881

RGB 1988129
HSL0.560.740.29
HSV202°85°51°
CMYK 0.850.320.00   0.49
XYZ7.72078.702922.0418
Yxy8.70290.20070.2263
Hunter Lab29.5007-4.9105-23.6488
CIE-Lab35.4059-5.0347-28.8028

#135881 color RGB value is (19,88,129).

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

The process color (four color CMYK) of #135881 color hex is 0.85, 0.32, 0.00, 0.49. Web safe color of #135881 is #006699. Color #135881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 10000001
Octal 23 130 201
Decimal 19 88 129
Hex 13 58 81

RGB Percentages of Color #135881

%8.05
%37.29
%54.66

CMYK Percentages of Color #135881

%85
%32
%0
%49

Triadic Colors of #135881

#135881 #811358 #588113

Analogous Colors of #135881

#135881 #132181 #138173

Monochromatic Colors of #135881

#135881

Complementary Color

#135881 #813c13

#135881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135881 Color CSS Codes

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

#135881 Text Font Color

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

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


#135881 Background Color

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

This div background color is #135881


#135881 Border Color

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

This div border color is #135881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135881


Comments

No comments written yet.

Please login to write comment.