COLOR #011221

HEX: #011221
RGB: (1,18,33)

Color info

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

RGB color model

#011221 color RGB value is (1,18,33).

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

RGB channels and saturation

R 1 of 255 = 0%
G 18 of 255 = 7%
B 33 of 255 = 13%

1
18
33

R + G + B ~ 7%. #011221 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 18 + 33 = 52 (100%)
R 1 of 52 ~ 1.92%
G 18 of 52 ~ 34.62%
B 33 of 52 ~ 63.46%

%34.62
%63.46

CMYK color model

#011221 color CMYK value is (97,45,0,87).

  • cyan value is 96.97%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(97,45,0,87)
C97M45Y0K87 
(97%,45%,0%,87%)
(0.97/0.45/0.00/0.87)	

CMYK percentages

%96.97
%45.45
%0
%87.06

Codes

Color #011221 in popluar color models

011221
RGB11833
HSL208°94.12%6.67%
HSB/HSV208°96.97%12.94%
CMYK96.97%45.45%0.00%
87.06%

Color #011221 in popluar number systems.

HEX011221
Decimal11833
Binary110010100001
Octal12241

Shades and tints

Shades of #011221

#011221
(1,18,33)
#01111E
(1,17,30)
#01101B
(1,16,27)
#010F18
(1,15,24)
#010E15
(1,14,21)
#010D12
(1,13,18)
#010C0F
(1,12,15)
#010B0C
(1,11,12)
#010A09
(1,10,9)
#010906
(1,9,6)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #011221

#011221
(1,18,33)
#182735
(24,39,53)
#2F3C49
(47,60,73)
#46515D
(70,81,93)
#5D6671
(93,102,113)
#747B85
(116,123,133)
#8B9099
(139,144,153)
#A2A5AD
(162,165,173)
#B9BAC1
(185,186,193)
#D0CFD5
(208,207,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011221; }

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

This text font color is #011221.


Background Color

.myBgColor { background-color: #011221; }

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

This div background color is #011221.


Border color

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

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

This div border color is #011221.


Opacity

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

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

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

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

This text has shadow with #011221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011221 on black background.


Color preview on white background

This text has color #011221 on white background.



Black color preview on #011221 background

This text has black color on #011221 background.


White color preview on #011221 background

This text has white color on #011221 background.