Color Hex Logo

#136885 Color Hex

#136885
(19,104,133)
0 Favorites   0 Comments

Color spaces of #136885

RGB 19104133
HSL0.540.750.30
HSV195°86°52°
CMYK 0.860.220.00   0.48
XYZ9.452511.732523.9567
Yxy11.73250.20940.2599
Hunter Lab34.2527-10.6828-17.4911
CIE-Lab40.7878-13.1211-22.8304

#136885 color RGB value is (19,104,133).

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

The process color (four color CMYK) of #136885 color hex is 0.86, 0.22, 0.00, 0.48. Web safe color of #136885 is #006699. Color #136885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 10000101
Octal 23 150 205
Decimal 19 104 133
Hex 13 68 85

RGB Percentages of Color #136885

%7.42
%40.63
%51.95

CMYK Percentages of Color #136885

%86
%22
%0
%48

Triadic Colors of #136885

#136885 #851368 #688513

Analogous Colors of #136885

#136885 #132f85 #138569

Monochromatic Colors of #136885

#136885

Complementary Color

#136885 #853013

#136885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136885 Color CSS Codes

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

#136885 Text Font Color

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

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


#136885 Background Color

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

This div background color is #136885


#136885 Border Color

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

This div border color is #136885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136885


Comments

No comments written yet.

Please login to write comment.