COLOR #0A011F

HEX: #0A011F RGB: (10,1,31)

Color info

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

RGB color model

#0A011F color RGB value is (10,1,31).

RGB: (10,1,31) (4%, 0%, 12%)

RGB channels and saturation

R 10 of 255 = 4%
G 1 of 255 = 0%
B 31 of 255 = 12%

10
1
31

R + G + B ~ 5%. #0A011F is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 1 + 31 = 42 (100%)
R 10 of 42 ~ 23.81%
G 1 of 42 ~ 2.38%
B 31 of 42 ~ 73.81'%

%23.81
%73.81

CMYK color model

#0A011F color CMYK value is (68,97,0,88).

  • cyan value is 67.74%
  • magenta value is 96.77%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (68,97,0,88)
C68M97Y0K88 (68%, 97%, 0%, 88%)
(0.68 / 0.97 / 0.00 / 0.88)

CMYK percentages

%67.74
%96.77
%0
%87.84

Codes

Color #0A011F in popluar color models

0A 01 1F
RGB 10 1 31
HSL 258° 93.75% 6.27%
HSB/HSV 258° 96.77% 12.16%
CMYK 67.74% 96.77% 0.00%
87.84%

Color #0A011F in popluar number systems.

HEX 0A 01 1F
Decimal 10 1 31
Binary 1010 1 11111
Octal 12 1 37

Shades and tints

Shades of #0A011F

#0A011F
(10,1,31)
#0A011D
(10,1,29)
#0A011B
(10,1,27)
#0A0119
(10,1,25)
#0A0117
(10,1,23)
#0A0115
(10,1,21)
#0A0113
(10,1,19)
#0A0111
(10,1,17)
#0A010F
(10,1,15)
#0A010D
(10,1,13)
#0A010B
(10,1,11)
#000000
(0,0,0)

Tints of #0A011F

#0A011F
(10,1,31)
#201833
(32,24,51)
#362F47
(54,47,71)
#4C465B
(76,70,91)
#625D6F
(98,93,111)
#787483
(120,116,131)
#8E8B97
(142,139,151)
#A4A2AB
(164,162,171)
#BAB9BF
(186,185,191)
#D0D0D3
(208,208,211)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A011F color. Also use rgb(10,1,31) instead hex code.

Text Font Color

.myTextColor { color: #0A011F; }

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

This text font color is #0A011F.

Background Color

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

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

This div background color is #0A011F.

Border color

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

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

This div border color is #0A011F.

Opacity

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

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

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

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

This text has shadow with #0A011F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A011F.

Preview

Color preview on black background

This text has color #0A011F on black background.


Color preview on white background

This text has color #0A011F on white background.


Black color preview on #0A011F background

This text has black color on #0A011F background.


White color preview on #0A011F background

This text has white color on #0A011F background.


Related colors

Complementary color

Complementary color for #hex is #F5FEE0.


I love getcolorcode.com

Triadic colors

1 #1F0A01 and #011F0A with #0A011F are triadic colors.

2 #1F010A and #010A1F with #0A011F are triadic colors.