COLOR #0A022D

HEX: #0A022D
RGB: (10,2,45)

Color info

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

RGB color model

#0A022D color RGB value is (10,2,45).

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

RGB channels and saturation

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

10
2
45

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

Portions of RGB colors in percentages

R + G + B =
10 + 2 + 45 = 57 (100%)
R 10 of 57 ~ 17.54%
G 2 of 57 ~ 3.51%
B 45 of 57 ~ 78.95%

%17.54
%78.95

CMYK color model

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

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

CMYK percentages

%77.78
%95.56
%0
%82.35

Codes

Color #0A022D in popluar color models

0A022D
RGB10245
HSL251°91.49%9.22%
HSB/HSV251°95.56%17.65%
CMYK77.78%95.56%0.00%
82.35%

Color #0A022D in popluar number systems.

HEX0A022D
Decimal10245
Binary101010101101
Octal12255

Shades and tints

Shades of #0A022D

#0A022D
(10,2,45)
#0A0229
(10,2,41)
#0A0225
(10,2,37)
#0A0221
(10,2,33)
#0A021D
(10,2,29)
#0A0219
(10,2,25)
#0A0215
(10,2,21)
#0A0211
(10,2,17)
#0A020D
(10,2,13)
#0A0209
(10,2,9)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #0A022D

#0A022D
(10,2,45)
#201940
(32,25,64)
#363053
(54,48,83)
#4C4766
(76,71,102)
#625E79
(98,94,121)
#78758C
(120,117,140)
#8E8C9F
(142,140,159)
#A4A3B2
(164,163,178)
#BABAC5
(186,186,197)
#D0D1D8
(208,209,216)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A022D; }

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

This text font color is #0A022D.


Background Color

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

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

This div background color is #0A022D.


Border color

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

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

This div border color is #0A022D.


Opacity

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

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

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

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

This text has shadow with #0A022D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A022D on black background.


Color preview on white background

This text has color #0A022D on white background.



Black color preview on #0A022D background

This text has black color on #0A022D background.


White color preview on #0A022D background

This text has white color on #0A022D background.