COLOR #136B82

HEX: #136B82 RGB: (19,107,130)

Color info

#136B82 contains mainly green and blue colors. Web safe color of #136B82 is #006699 (or #069).

RGB color model

#136B82 color RGB value is (19,107,130).

RGB: (19,107,130) (7%, 42%, 51%)

RGB channels and saturation

R 19 of 255 = 7%
G 107 of 255 = 42%
B 130 of 255 = 51%

19
107
130

R + G + B ~ 33%. #136B82 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 107 + 130 = 256 (100%)
R 19 of 256 ~ 7.42%
G 107 of 256 ~ 41.8%
B 130 of 256 ~ 50.78'%

%41.8
%50.78

CMYK color model

#136B82 color CMYK value is (85,18,0,49).

  • cyan value is 85.38%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (85,18,0,49)
C85M18Y0K49 (85%, 18%, 0%, 49%)
(0.85 / 0.18 / 0.00 / 0.49)

CMYK percentages

%85.38
%17.69
%0
%49.02

Codes

Color #136B82 in popluar color models

13 6B 82
RGB 19 107 130
HSL 192° 74.50% 29.22%
HSB/HSV 192° 85.38% 50.98%
CMYK 85.38% 17.69% 0.00%
49.02%

Color #136B82 in popluar number systems.

HEX 13 6B 82
Decimal 19 107 130
Binary 10011 1101011 10000010
Octal 23 153 202

Shades and tints

Shades of #136B82

#136B82
(19,107,130)
#126277
(18,98,119)
#11596C
(17,89,108)
#105061
(16,80,97)
#0F4756
(15,71,86)
#0E3E4B
(14,62,75)
#0D3540
(13,53,64)
#0C2C35
(12,44,53)
#0B232A
(11,35,42)
#0A1A1F
(10,26,31)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #136B82

#136B82
(19,107,130)
#28788D
(40,120,141)
#3D8598
(61,133,152)
#5292A3
(82,146,163)
#679FAE
(103,159,174)
#7CACB9
(124,172,185)
#91B9C4
(145,185,196)
#A6C6CF
(166,198,207)
#BBD3DA
(187,211,218)
#D0E0E5
(208,224,229)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136B82 color. Also use rgb(19,107,130) instead hex code.

Text Font Color

.myTextColor { color: #136B82; }

<p style="color:#136B82">This sample text font color is #136B82.</p>

This text font color is #136B82.

Background Color

.myBgColor { background-color: #136B82; }

<div style="background-color:#136B82">Inner text</div>

This div background color is #136B82.

Border color

.myBorderColor { border: 1px solid #136B82; }

<div style="border:3px solid #136B82">Div</div>

This div border color is #136B82.

Opacity

.myOpacity80 { color: #136B82; opacity: 0.8; }

<p style="color:#136B82;opacity:0.8;">80%</p>

Text with #136B82 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #136B82;}

<p style="text-shadow: 3px 3px 1px #136B82">Text here.</p>

This text has shadow with #136B82 color.


.textShadow {text-shadow: 3px 3px 1px #136B82', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #136B82, 5px 5px 20px red">Text here.</p>

This text has shadow with #136B82 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#136B82, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#136B82, Direction=45, Strength=4)">Text</p>

This text has shadow with #136B82 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #136B82;
-webkit-box-shadow: 1px 1px 3px 2px #136B82;
box-shadow: 1px 1px 3px 2px #136B82;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #136B82; -webkit-box-shadow: 1px 1px 3px 2px #136B82; box-shadow:1px 1px 3px 2px #136B82;">
Div content here
</div>

This div box has shadow with color #136B82.

Preview

Color preview on black background

This text has color #136B82 on black background.


Color preview on white background

This text has color #136B82 on white background.


Black color preview on #136B82 background

This text has black color on #136B82 background.


White color preview on #136B82 background

This text has white color on #136B82 background.


Related colors

Complementary color

Complementary color for #hex is #EC947D.


I love getcolorcode.com

Triadic colors

1 #82136B and #6B8213 with #136B82 are triadic colors.

2 #826B13 and #6B1382 with #136B82 are triadic colors.