COLOR #20659E

HEX: #20659E
RGB: (32,101,158)

Color info

#20659E contains mainly green and blue colors. Web safe color of #20659E is #336699 (or #369).

RGB color model

#20659E color RGB value is (32,101,158).

  • red value is 32;
  • green value is 101;
  • blue value is 158.
RGB:
(32,101,158)
(13%,40%,62%)

RGB channels and saturation

R 32 of 255 = 13%
G 101 of 255 = 40%
B 158 of 255 = 62%

32
101
158

R + G + B ~ 38%. #20659E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 101 + 158 = 291 (100%)
R 32 of 291 ~ 11%
G 101 of 291 ~ 34.71%
B 158 of 291 ~ 54.3%

%11
%34.71
%54.3

CMYK color model

#20659E color CMYK value is (80,36,0,38).

  • cyan value is 79.75%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(80,36,0,38)
C80M36Y0K38 
(80%,36%,0%,38%)
(0.80/0.36/0.00/0.38)	

CMYK percentages

%79.75
%36.08
%0
%38.04

Codes

Color #20659E in popluar color models

20659E
RGB32101158
HSL207°66.32%37.25%
HSB/HSV207°79.75%61.96%
CMYK79.75%36.08%0.00%
38.04%

Color #20659E in popluar number systems.

HEX20659E
Decimal32101158
Binary100000110010110011110
Octal40145236

Shades and tints

Shades of #20659E

#20659E
(32,101,158)
#1E5C90
(30,92,144)
#1C5382
(28,83,130)
#1A4A74
(26,74,116)
#184166
(24,65,102)
#163858
(22,56,88)
#142F4A
(20,47,74)
#12263C
(18,38,60)
#101D2E
(16,29,46)
#0E1420
(14,20,32)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #20659E

#20659E
(32,101,158)
#3473A6
(52,115,166)
#4881AE
(72,129,174)
#5C8FB6
(92,143,182)
#709DBE
(112,157,190)
#84ABC6
(132,171,198)
#98B9CE
(152,185,206)
#ACC7D6
(172,199,214)
#C0D5DE
(192,213,222)
#D4E3E6
(212,227,230)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20659E color. Also use rgb(32,101,158) instead hex code.

Text Font Color

.myTextColor { color: #20659E; }

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

This text font color is #20659E.


Background Color

.myBgColor { background-color: #20659E; }

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

This div background color is #20659E.


Border color

.myBorderColor { border: 1px solid #20659E; }

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

This div border color is #20659E.


Opacity

.myOpacity80 { color: #20659E; opacity: 0.8; }

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

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

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

This text has shadow with #20659E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20659E on black background.


Color preview on white background

This text has color #20659E on white background.



Black color preview on #20659E background

This text has black color on #20659E background.


White color preview on #20659E background

This text has white color on #20659E background.