Color Hex Logo

#136882 Color Hex

#136882
(19,104,130)
0 Favorites   0 Comments

Color spaces of #136882

RGB 19104130
HSL0.540.740.29
HSV194°85°51°
CMYK 0.850.200.00   0.49
XYZ9.248111.650822.8805
Yxy11.65080.21120.2661
Hunter Lab34.1333-11.3703-15.8505
CIE-Lab40.6557-14.2335-21.2224

#136882 color RGB value is (19,104,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 10000010
Octal 23 150 202
Decimal 19 104 130
Hex 13 68 82

RGB Percentages of Color #136882

%7.51
%41.11
%51.38

CMYK Percentages of Color #136882

%85
%20
%0
%49

Triadic Colors of #136882

#136882 #821368 #688213

Analogous Colors of #136882

#136882 #133082 #138265

Monochromatic Colors of #136882

#136882

Complementary Color

#136882 #822d13

#136882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136882 Color CSS Codes

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

#136882 Text Font Color

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

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


#136882 Background Color

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

This div background color is #136882


#136882 Border Color

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

This div border color is #136882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136882


Comments

No comments written yet.

Please login to write comment.