COLOR #20013B

HEX: #20013B
RGB: (32,1,59)

Color info

#20013B contains red, green and blue colors in about the same proportion. Web safe color of #20013B is #330033 (or #303).

RGB color model

#20013B color RGB value is (32,1,59).

  • red value is 32;
  • green value is 1;
  • blue value is 59.
RGB:
(32,1,59)
(13%,0%,23%)

RGB channels and saturation

R 32 of 255 = 13%
G 1 of 255 = 0%
B 59 of 255 = 23%

32
1
59

R + G + B ~ 12%. #20013B is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 1 + 59 = 92 (100%)
R 32 of 92 ~ 34.78%
G 1 of 92 ~ 1.09%
B 59 of 92 ~ 64.13%

%34.78
%64.13

CMYK color model

#20013B color CMYK value is (46,98,0,77).

  • cyan value is 45.76%
  • magenta value is 98.31%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(46,98,0,77)
C46M98Y0K77 
(46%,98%,0%,77%)
(0.46/0.98/0.00/0.77)	

CMYK percentages

%45.76
%98.31
%0
%76.86

Codes

Color #20013B in popluar color models

20013B
RGB32159
HSL272°96.67%11.76%
HSB/HSV272°98.31%23.14%
CMYK45.76%98.31%0.00%
76.86%

Color #20013B in popluar number systems.

HEX20013B
Decimal32159
Binary1000001111011
Octal40173

Shades and tints

Shades of #20013B

#20013B
(32,1,59)
#1E0136
(30,1,54)
#1C0131
(28,1,49)
#1A012C
(26,1,44)
#180127
(24,1,39)
#160122
(22,1,34)
#14011D
(20,1,29)
#120118
(18,1,24)
#100113
(16,1,19)
#0E010E
(14,1,14)
#0C0109
(12,1,9)
#000000
(0,0,0)

Tints of #20013B

#20013B
(32,1,59)
#34184C
(52,24,76)
#482F5D
(72,47,93)
#5C466E
(92,70,110)
#705D7F
(112,93,127)
#847490
(132,116,144)
#988BA1
(152,139,161)
#ACA2B2
(172,162,178)
#C0B9C3
(192,185,195)
#D4D0D4
(212,208,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20013B color. Also use rgb(32,1,59) instead hex code.

Text Font Color

.myTextColor { color: #20013B; }

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

This text font color is #20013B.


Background Color

.myBgColor { background-color: #20013B; }

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

This div background color is #20013B.


Border color

.myBorderColor { border: 1px solid #20013B; }

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

This div border color is #20013B.


Opacity

.myOpacity80 { color: #20013B; opacity: 0.8; }

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

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

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

This text has shadow with #20013B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20013B on black background.


Color preview on white background

This text has color #20013B on white background.



Black color preview on #20013B background

This text has black color on #20013B background.


White color preview on #20013B background

This text has white color on #20013B background.