COLOR #136899

HEX: #136899
RGB: (19,104,153)

Color info

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

RGB color model

#136899 color RGB value is (19,104,153).

  • red value is 19;
  • green value is 104;
  • blue value is 153.
RGB:
(19,104,153)
(7%,41%,60%)

RGB channels and saturation

R 19 of 255 = 7%
G 104 of 255 = 41%
B 153 of 255 = 60%

19
104
153

R + G + B ~ 36%. #136899 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 104 + 153 = 276 (100%)
R 19 of 276 ~ 6.88%
G 104 of 276 ~ 37.68%
B 153 of 276 ~ 55.43%

%37.68
%55.43

CMYK color model

#136899 color CMYK value is (88,32,0,40).

  • cyan value is 87.58%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(88,32,0,40)
C88M32Y0K40 
(88%,32%,0%,40%)
(0.88/0.32/0.00/0.40)	

CMYK percentages

%87.58
%32.03
%0
%40

Codes

Color #136899 in popluar color models

136899
RGB19104153
HSL202°77.91%33.73%
HSB/HSV202°87.58%60.00%
CMYK87.58%32.03%0.00%
40.00%

Color #136899 in popluar number systems.

HEX136899
Decimal19104153
Binary10011110100010011001
Octal23150231

Shades and tints

Shades of #136899

#136899
(19,104,153)
#125F8C
(18,95,140)
#11567F
(17,86,127)
#104D72
(16,77,114)
#0F4465
(15,68,101)
#0E3B58
(14,59,88)
#0D324B
(13,50,75)
#0C293E
(12,41,62)
#0B2031
(11,32,49)
#0A1724
(10,23,36)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #136899

#136899
(19,104,153)
#2875A2
(40,117,162)
#3D82AB
(61,130,171)
#528FB4
(82,143,180)
#679CBD
(103,156,189)
#7CA9C6
(124,169,198)
#91B6CF
(145,182,207)
#A6C3D8
(166,195,216)
#BBD0E1
(187,208,225)
#D0DDEA
(208,221,234)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136899 color. Also use rgb(19,104,153) instead hex code.

Text Font Color

.myTextColor { color: #136899; }

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

This text font color is #136899.


Background Color

.myBgColor { background-color: #136899; }

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

This div background color is #136899.


Border color

.myBorderColor { border: 1px solid #136899; }

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

This div border color is #136899.


Opacity

.myOpacity80 { color: #136899; opacity: 0.8; }

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

Text with #136899 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 #136899;}

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

This text has shadow with #136899 color.

.textShadow {text-shadow: 3px 3px 1px #136899, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #136899;
-webkit-box-shadow: 1px 1px 3px 2px #136899;
box-shadow:1px 1px 3px 2px #136899;">
Div content here</div>
This div box has shadow with color #136899.

Preview

Color preview on black background

This text has color #136899 on black background.


Color preview on white background

This text has color #136899 on white background.



Black color preview on #136899 background

This text has black color on #136899 background.


White color preview on #136899 background

This text has white color on #136899 background.