COLOR #20487C

HEX: #20487C
RGB: (32,72,124)

Color info

#20487C contains mainly green and blue colors. Web safe color of #20487C is #333366 (or #336).

RGB color model

#20487C color RGB value is (32,72,124).

  • red value is 32;
  • green value is 72;
  • blue value is 124.
RGB:
(32,72,124)
(13%,28%,49%)

RGB channels and saturation

R 32 of 255 = 13%
G 72 of 255 = 28%
B 124 of 255 = 49%

32
72
124

R + G + B ~ 30%. #20487C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 72 + 124 = 228 (100%)
R 32 of 228 ~ 14.04%
G 72 of 228 ~ 31.58%
B 124 of 228 ~ 54.39%

%14.04
%31.58
%54.39

CMYK color model

#20487C color CMYK value is (74,42,0,51).

  • cyan value is 74.19%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(74,42,0,51)
C74M42Y0K51 
(74%,42%,0%,51%)
(0.74/0.42/0.00/0.51)	

CMYK percentages

%74.19
%41.94
%0
%51.37

Codes

Color #20487C in popluar color models

20487C
RGB3272124
HSL214°58.97%30.59%
HSB/HSV214°74.19%48.63%
CMYK74.19%41.94%0.00%
51.37%

Color #20487C in popluar number systems.

HEX20487C
Decimal3272124
Binary10000010010001111100
Octal40110174

Shades and tints

Shades of #20487C

#20487C
(32,72,124)
#1E4271
(30,66,113)
#1C3C66
(28,60,102)
#1A365B
(26,54,91)
#183050
(24,48,80)
#162A45
(22,42,69)
#14243A
(20,36,58)
#121E2F
(18,30,47)
#101824
(16,24,36)
#0E1219
(14,18,25)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #20487C

#20487C
(32,72,124)
#345887
(52,88,135)
#486892
(72,104,146)
#5C789D
(92,120,157)
#7088A8
(112,136,168)
#8498B3
(132,152,179)
#98A8BE
(152,168,190)
#ACB8C9
(172,184,201)
#C0C8D4
(192,200,212)
#D4D8DF
(212,216,223)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20487C color. Also use rgb(32,72,124) instead hex code.

Text Font Color

.myTextColor { color: #20487C; }

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

This text font color is #20487C.


Background Color

.myBgColor { background-color: #20487C; }

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

This div background color is #20487C.


Border color

.myBorderColor { border: 1px solid #20487C; }

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

This div border color is #20487C.


Opacity

.myOpacity80 { color: #20487C; opacity: 0.8; }

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

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

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

This text has shadow with #20487C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20487C on black background.


Color preview on white background

This text has color #20487C on white background.



Black color preview on #20487C background

This text has black color on #20487C background.


White color preview on #20487C background

This text has white color on #20487C background.