COLOR #20024C

HEX: #20024C
RGB: (32,2,76)

Color info

#20024C contains mainly red and blue colors. Web safe color of #20024C is #330033 (or #303).

RGB color model

#20024C color RGB value is (32,2,76).

  • red value is 32;
  • green value is 2;
  • blue value is 76.
RGB:
(32,2,76)
(13%,1%,30%)

RGB channels and saturation

R 32 of 255 = 13%
G 2 of 255 = 1%
B 76 of 255 = 30%

32
2
76

R + G + B ~ 15%. #20024C is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 2 + 76 = 110 (100%)
R 32 of 110 ~ 29.09%
G 2 of 110 ~ 1.82%
B 76 of 110 ~ 69.09%

%29.09
%69.09

CMYK color model

#20024C color CMYK value is (58,97,0,70).

  • cyan value is 57.89%
  • magenta value is 97.37%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(58,97,0,70)
C58M97Y0K70 
(58%,97%,0%,70%)
(0.58/0.97/0.00/0.70)	

CMYK percentages

%57.89
%97.37
%0
%70.2

Codes

Color #20024C in popluar color models

20024C
RGB32276
HSL264°94.87%15.29%
HSB/HSV264°97.37%29.80%
CMYK57.89%97.37%0.00%
70.20%

Color #20024C in popluar number systems.

HEX20024C
Decimal32276
Binary100000101001100
Octal402114

Shades and tints

Shades of #20024C

#20024C
(32,2,76)
#1E0246
(30,2,70)
#1C0240
(28,2,64)
#1A023A
(26,2,58)
#180234
(24,2,52)
#16022E
(22,2,46)
#140228
(20,2,40)
#120222
(18,2,34)
#10021C
(16,2,28)
#0E0216
(14,2,22)
#0C0210
(12,2,16)
#000000
(0,0,0)

Tints of #20024C

#20024C
(32,2,76)
#34195C
(52,25,92)
#48306C
(72,48,108)
#5C477C
(92,71,124)
#705E8C
(112,94,140)
#84759C
(132,117,156)
#988CAC
(152,140,172)
#ACA3BC
(172,163,188)
#C0BACC
(192,186,204)
#D4D1DC
(212,209,220)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20024C color. Also use rgb(32,2,76) instead hex code.

Text Font Color

.myTextColor { color: #20024C; }

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

This text font color is #20024C.


Background Color

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

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

This div background color is #20024C.


Border color

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

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

This div border color is #20024C.


Opacity

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

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

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

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

This text has shadow with #20024C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20024C on black background.


Color preview on white background

This text has color #20024C on white background.



Black color preview on #20024C background

This text has black color on #20024C background.


White color preview on #20024C background

This text has white color on #20024C background.