COLOR #21017C

HEX: #21017C
RGB: (33,1,124)

Color info

#21017C contains mainly blue color. Web safe color of #21017C is #330066 (or #306).

RGB color model

#21017C color RGB value is (33,1,124).

  • red value is 33;
  • green value is 1;
  • blue value is 124.
RGB:
(33,1,124)
(13%,0%,49%)

RGB channels and saturation

R 33 of 255 = 13%
G 1 of 255 = 0%
B 124 of 255 = 49%

33
1
124

R + G + B ~ 21%. #21017C is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 1 + 124 = 158 (100%)
R 33 of 158 ~ 20.89%
G 1 of 158 ~ 0.63%
B 124 of 158 ~ 78.48%

%20.89
%78.48

CMYK color model

#21017C color CMYK value is (73,99,0,51).

  • cyan value is 73.39%
  • magenta value is 99.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(73,99,0,51)
C73M99Y0K51 
(73%,99%,0%,51%)
(0.73/0.99/0.00/0.51)	

CMYK percentages

%73.39
%99.19
%0
%51.37

Codes

Color #21017C in popluar color models

21017C
RGB331124
HSL256°98.40%24.51%
HSB/HSV256°99.19%48.63%
CMYK73.39%99.19%0.00%
51.37%

Color #21017C in popluar number systems.

HEX21017C
Decimal331124
Binary10000111111100
Octal411174

Shades and tints

Shades of #21017C

#21017C
(33,1,124)
#1E0171
(30,1,113)
#1B0166
(27,1,102)
#18015B
(24,1,91)
#150150
(21,1,80)
#120145
(18,1,69)
#0F013A
(15,1,58)
#0C012F
(12,1,47)
#090124
(9,1,36)
#060119
(6,1,25)
#03010E
(3,1,14)
#000000
(0,0,0)

Tints of #21017C

#21017C
(33,1,124)
#351887
(53,24,135)
#492F92
(73,47,146)
#5D469D
(93,70,157)
#715DA8
(113,93,168)
#8574B3
(133,116,179)
#998BBE
(153,139,190)
#ADA2C9
(173,162,201)
#C1B9D4
(193,185,212)
#D5D0DF
(213,208,223)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21017C color. Also use rgb(33,1,124) instead hex code.

Text Font Color

.myTextColor { color: #21017C; }

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

This text font color is #21017C.


Background Color

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

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

This div background color is #21017C.


Border color

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

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

This div border color is #21017C.


Opacity

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

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

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

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

This text has shadow with #21017C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21017C on black background.


Color preview on white background

This text has color #21017C on white background.



Black color preview on #21017C background

This text has black color on #21017C background.


White color preview on #21017C background

This text has white color on #21017C background.