COLOR #212063

HEX: #212063
RGB: (33,32,99)

Color info

#212063 contains mainly blue color. Web safe color of #212063 is #333366 (or #336).

RGB color model

#212063 color RGB value is (33,32,99).

  • red value is 33;
  • green value is 32;
  • blue value is 99.
RGB:
(33,32,99)
(13%,13%,39%)

RGB channels and saturation

R 33 of 255 = 13%
G 32 of 255 = 13%
B 99 of 255 = 39%

33
32
99

R + G + B ~ 22%. #212063 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 32 + 99 = 164 (100%)
R 33 of 164 ~ 20.12%
G 32 of 164 ~ 19.51%
B 99 of 164 ~ 60.37%

%20.12
%19.51
%60.37

CMYK color model

#212063 color CMYK value is (67,68,0,61).

  • cyan value is 66.67%
  • magenta value is 67.68%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(67,68,0,61)
C67M68Y0K61 
(67%,68%,0%,61%)
(0.67/0.68/0.00/0.61)	

CMYK percentages

%66.67
%67.68
%0
%61.18

Codes

Color #212063 in popluar color models

212063
RGB333299
HSL241°51.15%25.69%
HSB/HSV241°67.68%38.82%
CMYK66.67%67.68%0.00%
61.18%

Color #212063 in popluar number systems.

HEX212063
Decimal333299
Binary1000011000001100011
Octal4140143

Shades and tints

Shades of #212063

#212063
(33,32,99)
#1E1E5A
(30,30,90)
#1B1C51
(27,28,81)
#181A48
(24,26,72)
#15183F
(21,24,63)
#121636
(18,22,54)
#0F142D
(15,20,45)
#0C1224
(12,18,36)
#09101B
(9,16,27)
#060E12
(6,14,18)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #212063

#212063
(33,32,99)
#353471
(53,52,113)
#49487F
(73,72,127)
#5D5C8D
(93,92,141)
#71709B
(113,112,155)
#8584A9
(133,132,169)
#9998B7
(153,152,183)
#ADACC5
(173,172,197)
#C1C0D3
(193,192,211)
#D5D4E1
(213,212,225)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212063 color. Also use rgb(33,32,99) instead hex code.

Text Font Color

.myTextColor { color: #212063; }

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

This text font color is #212063.


Background Color

.myBgColor { background-color: #212063; }

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

This div background color is #212063.


Border color

.myBorderColor { border: 1px solid #212063; }

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

This div border color is #212063.


Opacity

.myOpacity80 { color: #212063; opacity: 0.8; }

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

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

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

This text has shadow with #212063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212063 on black background.


Color preview on white background

This text has color #212063 on white background.



Black color preview on #212063 background

This text has black color on #212063 background.


White color preview on #212063 background

This text has white color on #212063 background.