Color Hex Logo

#136881 Color Hex

#136881
(19,104,129)
0 Favorites   0 Comments

Color spaces of #136881

RGB 19104129
HSL0.540.740.29
HSV194°85°51°
CMYK 0.850.190.00   0.49
XYZ9.181311.624122.5286
Yxy11.62410.21190.2682
Hunter Lab34.0941-11.5960-15.3115
CIE-Lab40.6123-14.6019-20.6843

#136881 color RGB value is (19,104,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 10000001
Octal 23 150 201
Decimal 19 104 129
Hex 13 68 81

RGB Percentages of Color #136881

%7.54
%41.27
%51.19

CMYK Percentages of Color #136881

%85
%19
%0
%49

Triadic Colors of #136881

#136881 #811368 #688113

Analogous Colors of #136881

#136881 #133181 #138163

Monochromatic Colors of #136881

#136881

Complementary Color

#136881 #812c13

#136881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136881 Color CSS Codes

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

#136881 Text Font Color

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

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


#136881 Background Color

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

This div background color is #136881


#136881 Border Color

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

This div border color is #136881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136881


Comments

No comments written yet.

Please login to write comment.