COLOR #136691

HEX: #136691
RGB: (19,102,145)

Color info

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

RGB color model

#136691 color RGB value is (19,102,145).

  • red value is 19;
  • green value is 102;
  • blue value is 145.
RGB:
(19,102,145)
(7%,40%,57%)

RGB channels and saturation

R 19 of 255 = 7%
G 102 of 255 = 40%
B 145 of 255 = 57%

19
102
145

R + G + B ~ 35%. #136691 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 102 + 145 = 266 (100%)
R 19 of 266 ~ 7.14%
G 102 of 266 ~ 38.35%
B 145 of 266 ~ 54.51%

%38.35
%54.51

CMYK color model

#136691 color CMYK value is (87,30,0,43).

  • cyan value is 86.90%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(87,30,0,43)
C87M30Y0K43 
(87%,30%,0%,43%)
(0.87/0.30/0.00/0.43)	

CMYK percentages

%86.9
%29.66
%0
%43.14

Codes

Color #136691 in popluar color models

136691
RGB19102145
HSL200°76.83%32.16%
HSB/HSV200°86.90%56.86%
CMYK86.90%29.66%0.00%
43.14%

Color #136691 in popluar number systems.

HEX136691
Decimal19102145
Binary10011110011010010001
Octal23146221

Shades and tints

Shades of #136691

#136691
(19,102,145)
#125D84
(18,93,132)
#115477
(17,84,119)
#104B6A
(16,75,106)
#0F425D
(15,66,93)
#0E3950
(14,57,80)
#0D3043
(13,48,67)
#0C2736
(12,39,54)
#0B1E29
(11,30,41)
#0A151C
(10,21,28)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #136691

#136691
(19,102,145)
#28739B
(40,115,155)
#3D80A5
(61,128,165)
#528DAF
(82,141,175)
#679AB9
(103,154,185)
#7CA7C3
(124,167,195)
#91B4CD
(145,180,205)
#A6C1D7
(166,193,215)
#BBCEE1
(187,206,225)
#D0DBEB
(208,219,235)
#E5E8F5
(229,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136691 color. Also use rgb(19,102,145) instead hex code.

Text Font Color

.myTextColor { color: #136691; }

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

This text font color is #136691.


Background Color

.myBgColor { background-color: #136691; }

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

This div background color is #136691.


Border color

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

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

This div border color is #136691.


Opacity

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

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

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

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

This text has shadow with #136691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136691 on black background.


Color preview on white background

This text has color #136691 on white background.



Black color preview on #136691 background

This text has black color on #136691 background.


White color preview on #136691 background

This text has white color on #136691 background.