COLOR #050021

HEX: #050021 RGB: (5,0,33)

Color info

#050021 contains only red and blue colors. Web safe color of #050021 is #000033 (or #003).

RGB color model

#050021 color RGB value is (5,0,33).

RGB: (5,0,33) (2%, 0%, 13%)

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 33 of 255 = 13%

5
0
33

R + G + B ~ 5%. #050021 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 0 + 33 = 38 (100%)
R 5 of 38 ~ 13.16%
G 0 of 38 ~ 0%
B 33 of 38 ~ 86.84'%

%13.16
%86.84

CMYK color model

#050021 color CMYK value is (85,100,0,87).

  • cyan value is 84.85%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (85,100,0,87)
C85M100Y0K87 (85%, 100%, 0%, 87%)
(0.85 / 1.00 / 0.00 / 0.87)

CMYK percentages

%84.85
%100
%0
%87.06

Codes

Color #050021 in popluar color models

05 00 21
RGB 5 0 33
HSL 249° 100.00% 6.47%
HSB/HSV 249° 100.00% 12.94%
CMYK 84.85% 100.00% 0.00%
87.06%

Color #050021 in popluar number systems.

HEX 05 00 21
Decimal 5 0 33
Binary 101 0 100001
Octal 5 0 41

Shades and tints

Shades of #050021

#050021
(5,0,33)
#05001E
(5,0,30)
#05001B
(5,0,27)
#050018
(5,0,24)
#050015
(5,0,21)
#050012
(5,0,18)
#05000F
(5,0,15)
#05000C
(5,0,12)
#050009
(5,0,9)
#050006
(5,0,6)
#050003
(5,0,3)
#000000
(0,0,0)

Tints of #050021

#050021
(5,0,33)
#1B1735
(27,23,53)
#312E49
(49,46,73)
#47455D
(71,69,93)
#5D5C71
(93,92,113)
#737385
(115,115,133)
#898A99
(137,138,153)
#9FA1AD
(159,161,173)
#B5B8C1
(181,184,193)
#CBCFD5
(203,207,213)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050021 color. Also use rgb(5,0,33) instead hex code.

Text Font Color

.myTextColor { color: #050021; }

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

This text font color is #050021.

Background Color

.myBgColor { background-color: #050021; }

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

This div background color is #050021.

Border color

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

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

This div border color is #050021.

Opacity

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

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

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

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

This text has shadow with #050021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050021.

Preview

Color preview on black background

This text has color #050021 on black background.


Color preview on white background

This text has color #050021 on white background.


Black color preview on #050021 background

This text has black color on #050021 background.


White color preview on #050021 background

This text has white color on #050021 background.


Related colors

Complementary color

Complementary color for #hex is #FAFFDE.


I love getcolorcode.com

Triadic colors

1 #210500 and #002105 with #050021 are triadic colors.

2 #210005 and #000521 with #050021 are triadic colors.