Color Hex Logo

#136982 Color Hex

#136982
(19,105,130)
0 Favorites   0 Comments

Color spaces of #136982

RGB 19105130
HSL0.540.740.29
HSV194°85°51°
CMYK 0.850.190.00   0.49
XYZ9.349411.853322.9142
Yxy11.85330.21190.2687
Hunter Lab34.4286-11.7768-15.3608
CIE-Lab40.9820-14.8036-20.7181

#136982 color RGB value is (19,105,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101001 10000010
Octal 23 151 202
Decimal 19 105 130
Hex 13 69 82

RGB Percentages of Color #136982

%7.48
%41.34
%51.18

CMYK Percentages of Color #136982

%85
%19
%0
%49

Triadic Colors of #136982

#136982 #821369 #698213

Analogous Colors of #136982

#136982 #133282 #138263

Monochromatic Colors of #136982

#136982

Complementary Color

#136982 #822c13

#136982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136982 Color CSS Codes

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

#136982 Text Font Color

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

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


#136982 Background Color

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

This div background color is #136982


#136982 Border Color

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

This div border color is #136982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136982


Comments

No comments written yet.

Please login to write comment.