COLOR #0A211E

HEX: #0A211E
RGB: (10,33,30)

Color info

#0A211E contains red, green and blue colors in about the same proportion. Web safe color of #0A211E is #003333 (or #033).

RGB color model

#0A211E color RGB value is (10,33,30).

  • red value is 10;
  • green value is 33;
  • blue value is 30.
RGB:
(10,33,30)
(4%,13%,12%)

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 30 of 255 = 12%

10
33
30

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

Portions of RGB colors in percentages

R + G + B =
10 + 33 + 30 = 73 (100%)
R 10 of 73 ~ 13.7%
G 33 of 73 ~ 45.21%
B 30 of 73 ~ 41.1%

%13.7
%45.21
%41.1

CMYK color model

#0A211E color CMYK value is (70,0,9,87).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(70,0,9,87)
C70M0Y9K87 
(70%,0%,9%,87%)
(0.70/0.00/0.09/0.87)	

CMYK percentages

%69.7
%0
%9.09
%87.06

Codes

Color #0A211E in popluar color models

0A211E
RGB103330
HSL172°53.49%8.43%
HSB/HSV172°69.70%12.94%
CMYK69.70%0.00%9.09%
87.06%

Color #0A211E in popluar number systems.

HEX0A211E
Decimal103330
Binary101010000111110
Octal124136

Shades and tints

Shades of #0A211E

#0A211E
(10,33,30)
#0A1E1C
(10,30,28)
#0A1B1A
(10,27,26)
#0A1818
(10,24,24)
#0A1516
(10,21,22)
#0A1214
(10,18,20)
#0A0F12
(10,15,18)
#0A0C10
(10,12,16)
#0A090E
(10,9,14)
#0A060C
(10,6,12)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #0A211E

#0A211E
(10,33,30)
#203532
(32,53,50)
#364946
(54,73,70)
#4C5D5A
(76,93,90)
#62716E
(98,113,110)
#788582
(120,133,130)
#8E9996
(142,153,150)
#A4ADAA
(164,173,170)
#BAC1BE
(186,193,190)
#D0D5D2
(208,213,210)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A211E; }

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

This text font color is #0A211E.


Background Color

.myBgColor { background-color: #0A211E; }

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

This div background color is #0A211E.


Border color

.myBorderColor { border: 1px solid #0A211E; }

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

This div border color is #0A211E.


Opacity

.myOpacity80 { color: #0A211E; opacity: 0.8; }

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

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

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

This text has shadow with #0A211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A211E on black background.


Color preview on white background

This text has color #0A211E on white background.



Black color preview on #0A211E background

This text has black color on #0A211E background.


White color preview on #0A211E background

This text has white color on #0A211E background.