COLOR #0A022E

HEX: #0A022E
RGB: (10,2,46)

Color info

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

RGB color model

#0A022E color RGB value is (10,2,46).

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

RGB channels and saturation

R 10 of 255 = 4%
G 2 of 255 = 1%
B 46 of 255 = 18%

10
2
46

R + G + B ~ 8%. #0A022E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 2 + 46 = 58 (100%)
R 10 of 58 ~ 17.24%
G 2 of 58 ~ 3.45%
B 46 of 58 ~ 79.31%

%17.24
%79.31

CMYK color model

#0A022E color CMYK value is (78,96,0,82).

  • cyan value is 78.26%
  • magenta value is 95.65%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(78,96,0,82)
C78M96Y0K82 
(78%,96%,0%,82%)
(0.78/0.96/0.00/0.82)	

CMYK percentages

%78.26
%95.65
%0
%81.96

Codes

Color #0A022E in popluar color models

0A022E
RGB10246
HSL251°91.67%9.41%
HSB/HSV251°95.65%18.04%
CMYK78.26%95.65%0.00%
81.96%

Color #0A022E in popluar number systems.

HEX0A022E
Decimal10246
Binary101010101110
Octal12256

Shades and tints

Shades of #0A022E

#0A022E
(10,2,46)
#0A022A
(10,2,42)
#0A0226
(10,2,38)
#0A0222
(10,2,34)
#0A021E
(10,2,30)
#0A021A
(10,2,26)
#0A0216
(10,2,22)
#0A0212
(10,2,18)
#0A020E
(10,2,14)
#0A020A
(10,2,10)
#0A0206
(10,2,6)
#000000
(0,0,0)

Tints of #0A022E

#0A022E
(10,2,46)
#201941
(32,25,65)
#363054
(54,48,84)
#4C4767
(76,71,103)
#625E7A
(98,94,122)
#78758D
(120,117,141)
#8E8CA0
(142,140,160)
#A4A3B3
(164,163,179)
#BABAC6
(186,186,198)
#D0D1D9
(208,209,217)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A022E; }

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

This text font color is #0A022E.


Background Color

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

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

This div background color is #0A022E.


Border color

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

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

This div border color is #0A022E.


Opacity

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

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

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

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

This text has shadow with #0A022E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A022E on black background.


Color preview on white background

This text has color #0A022E on white background.



Black color preview on #0A022E background

This text has black color on #0A022E background.


White color preview on #0A022E background

This text has white color on #0A022E background.