COLOR #0A021E

HEX: #0A021E
RGB: (10,2,30)

Color info

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

RGB color model

#0A021E color RGB value is (10,2,30).

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

RGB channels and saturation

R 10 of 255 = 4%
G 2 of 255 = 1%
B 30 of 255 = 12%

10
2
30

R + G + B ~ 6%. #0A021E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 2 + 30 = 42 (100%)
R 10 of 42 ~ 23.81%
G 2 of 42 ~ 4.76%
B 30 of 42 ~ 71.43%

%23.81
%71.43

CMYK color model

#0A021E color CMYK value is (67,93,0,88).

  • cyan value is 66.67%
  • magenta value is 93.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(67,93,0,88)
C67M93Y0K88 
(67%,93%,0%,88%)
(0.67/0.93/0.00/0.88)	

CMYK percentages

%66.67
%93.33
%0
%88.24

Codes

Color #0A021E in popluar color models

0A021E
RGB10230
HSL257°87.50%6.27%
HSB/HSV257°93.33%11.76%
CMYK66.67%93.33%0.00%
88.24%

Color #0A021E in popluar number systems.

HEX0A021E
Decimal10230
Binary10101011110
Octal12236

Shades and tints

Shades of #0A021E

#0A021E
(10,2,30)
#0A021C
(10,2,28)
#0A021A
(10,2,26)
#0A0218
(10,2,24)
#0A0216
(10,2,22)
#0A0214
(10,2,20)
#0A0212
(10,2,18)
#0A0210
(10,2,16)
#0A020E
(10,2,14)
#0A020C
(10,2,12)
#0A020A
(10,2,10)
#000000
(0,0,0)

Tints of #0A021E

#0A021E
(10,2,30)
#201932
(32,25,50)
#363046
(54,48,70)
#4C475A
(76,71,90)
#625E6E
(98,94,110)
#787582
(120,117,130)
#8E8C96
(142,140,150)
#A4A3AA
(164,163,170)
#BABABE
(186,186,190)
#D0D1D2
(208,209,210)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A021E; }

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

This text font color is #0A021E.


Background Color

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

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

This div background color is #0A021E.


Border color

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

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

This div border color is #0A021E.


Opacity

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

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

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

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

This text has shadow with #0A021E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A021E on black background.


Color preview on white background

This text has color #0A021E on white background.



Black color preview on #0A021E background

This text has black color on #0A021E background.


White color preview on #0A021E background

This text has white color on #0A021E background.