COLOR #021533

HEX: #021533
RGB: (2,21,51)

Color info

#021533 contains red, green and blue colors in about the same proportion. Web safe color of #021533 is #000033 (or #003).

RGB color model

#021533 color RGB value is (2,21,51).

  • red value is 2;
  • green value is 21;
  • blue value is 51.
RGB:
(2,21,51)
(1%,8%,20%)

RGB channels and saturation

R 2 of 255 = 1%
G 21 of 255 = 8%
B 51 of 255 = 20%

2
21
51

R + G + B ~ 10%. #021533 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 21 + 51 = 74 (100%)
R 2 of 74 ~ 2.7%
G 21 of 74 ~ 28.38%
B 51 of 74 ~ 68.92%

%28.38
%68.92

CMYK color model

#021533 color CMYK value is (96,59,0,80).

  • cyan value is 96.08%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(96,59,0,80)
C96M59Y0K80 
(96%,59%,0%,80%)
(0.96/0.59/0.00/0.80)	

CMYK percentages

%96.08
%58.82
%0
%80

Codes

Color #021533 in popluar color models

021533
RGB22151
HSL217°92.45%10.39%
HSB/HSV217°96.08%20.00%
CMYK96.08%58.82%0.00%
80.00%

Color #021533 in popluar number systems.

HEX021533
Decimal22151
Binary1010101110011
Octal22563

Shades and tints

Shades of #021533

#021533
(2,21,51)
#02142F
(2,20,47)
#02132B
(2,19,43)
#021227
(2,18,39)
#021123
(2,17,35)
#02101F
(2,16,31)
#020F1B
(2,15,27)
#020E17
(2,14,23)
#020D13
(2,13,19)
#020C0F
(2,12,15)
#020B0B
(2,11,11)
#000000
(0,0,0)

Tints of #021533

#021533
(2,21,51)
#192A45
(25,42,69)
#303F57
(48,63,87)
#475469
(71,84,105)
#5E697B
(94,105,123)
#757E8D
(117,126,141)
#8C939F
(140,147,159)
#A3A8B1
(163,168,177)
#BABDC3
(186,189,195)
#D1D2D5
(209,210,213)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021533 color. Also use rgb(2,21,51) instead hex code.

Text Font Color

.myTextColor { color: #021533; }

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

This text font color is #021533.


Background Color

.myBgColor { background-color: #021533; }

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

This div background color is #021533.


Border color

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

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

This div border color is #021533.


Opacity

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

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

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

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

This text has shadow with #021533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021533 on black background.


Color preview on white background

This text has color #021533 on white background.



Black color preview on #021533 background

This text has black color on #021533 background.


White color preview on #021533 background

This text has white color on #021533 background.