COLOR #20508F

HEX: #20508F RGB: (32,80,143)

Color info

#20508F contains mainly blue color. Web safe color of #20508F is #336699 (or #369).

RGB color model

#20508F color RGB value is (32,80,143).

RGB: (32,80,143) (13%, 31%, 56%)

RGB channels and saturation

R 32 of 255 = 13%
G 80 of 255 = 31%
B 143 of 255 = 56%

32
80
143

R + G + B ~ 33%. #20508F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 80 + 143 = 255 (100%)
R 32 of 255 ~ 12.55%
G 80 of 255 ~ 31.37%
B 143 of 255 ~ 56.08'%

%12.55
%31.37
%56.08

CMYK color model

#20508F color CMYK value is (78,44,0,44).

  • cyan value is 77.62%
  • magenta value is 44.06%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (78,44,0,44)
C78M44Y0K44 (78%, 44%, 0%, 44%)
(0.78 / 0.44 / 0.00 / 0.44)

CMYK percentages

%77.62
%44.06
%0
%43.92

Codes

Color #20508F in popluar color models

20 50 8F
RGB 32 80 143
HSL 214° 63.43% 34.31%
HSB/HSV 214° 77.62% 56.08%
CMYK 77.62% 44.06% 0.00%
43.92%

Color #20508F in popluar number systems.

HEX 20 50 8F
Decimal 32 80 143
Binary 100000 1010000 10001111
Octal 40 120 217

Shades and tints

Shades of #20508F

#20508F
(32,80,143)
#1E4982
(30,73,130)
#1C4275
(28,66,117)
#1A3B68
(26,59,104)
#18345B
(24,52,91)
#162D4E
(22,45,78)
#142641
(20,38,65)
#121F34
(18,31,52)
#101827
(16,24,39)
#0E111A
(14,17,26)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #20508F

#20508F
(32,80,143)
#345F99
(52,95,153)
#486EA3
(72,110,163)
#5C7DAD
(92,125,173)
#708CB7
(112,140,183)
#849BC1
(132,155,193)
#98AACB
(152,170,203)
#ACB9D5
(172,185,213)
#C0C8DF
(192,200,223)
#D4D7E9
(212,215,233)
#E8E6F3
(232,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20508F color. Also use rgb(32,80,143) instead hex code.

Text Font Color

.myTextColor { color: #20508F; }

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

This text font color is #20508F.

Background Color

.myBgColor { background-color: #20508F; }

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

This div background color is #20508F.

Border color

.myBorderColor { border: 1px solid #20508F; }

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

This div border color is #20508F.

Opacity

.myOpacity80 { color: #20508F; opacity: 0.8; }

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

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

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

This text has shadow with #20508F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20508F.

Preview

Color preview on black background

This text has color #20508F on black background.


Color preview on white background

This text has color #20508F on white background.


Black color preview on #20508F background

This text has black color on #20508F background.


White color preview on #20508F background

This text has white color on #20508F background.


Related colors

Complementary color

Complementary color for #20508F is #DFAF70.


I love getcolorcode.com

Triadic colors

1 #8F2050 and #508F20 with #20508F are triadic colors.

2 #8F5020 and #50208F with #20508F are triadic colors.