COLOR #0A020F

HEX: #0A020F RGB: (10,2,15)

Color info

#0A020F contains red, green and blue colors in about the same proportion. Web safe color of #0A020F is #000000 (or #000).

RGB color model

#0A020F color RGB value is (10,2,15).

RGB: (10,2,15) (4%, 1%, 6%)

RGB channels and saturation

R 10 of 255 = 4%
G 2 of 255 = 1%
B 15 of 255 = 6%

10
2
15

R + G + B ~ 4%. #0A020F is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 2 + 15 = 27 (100%)
R 10 of 27 ~ 37.04%
G 2 of 27 ~ 7.41%
B 15 of 27 ~ 55.56'%

%37.04
%55.56

CMYK color model

#0A020F color CMYK value is (33,87,0,94).

  • cyan value is 33.33%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK: (33,87,0,94) C33M87Y0K94 (33%,87%,0%,94%) (0.33/0.87/0.00/0.94) 

CMYK percentages

%33.33
%86.67
%0
%94.12

Codes

Color #0A020F in popluar color models

0A 02 0F
RGB 10 2 15
HSL 277° 76.47% 3.33%
HSB/HSV 277° 86.67% 5.88%
CMYK 33.33% 86.67% 0.00%
94.12%

Color #0A020F in popluar number systems.

HEX 0A 02 0F
Decimal 10 2 15
Binary 1010 10 1111
Octal 12 2 17

Shades and tints

Shades of #0A020F

#0A020F
(10,2,15)
#0A020E
(10,2,14)
#0A020D
(10,2,13)
#0A020C
(10,2,12)
#0A020B
(10,2,11)
#0A020A
(10,2,10)
#0A0209
(10,2,9)
#0A0208
(10,2,8)
#0A0207
(10,2,7)
#0A0206
(10,2,6)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #0A020F

#0A020F
(10,2,15)
#201924
(32,25,36)
#363039
(54,48,57)
#4C474E
(76,71,78)
#625E63
(98,94,99)
#787578
(120,117,120)
#8E8C8D
(142,140,141)
#A4A3A2
(164,163,162)
#BABAB7
(186,186,183)
#D0D1CC
(208,209,204)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A020F; }

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

This text font color is #0A020F.

Background Color

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

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

This div background color is #0A020F.

Border color

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

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

This div border color is #0A020F.

Opacity

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

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

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

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

This text has shadow with #0A020F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A020F.

Preview

Color preview on black background

This text has color #0A020F on black background.


Color preview on white background

This text has color #0A020F on white background.


Black color preview on #0A020F background

This text has black color on #0A020F background.


White color preview on #0A020F background

This text has white color on #0A020F background.


Related colors

Complementary color

Complementary color for #hex is #F5FDF0.


I love getcolorcode.com

Triadic colors

1 #0F0A02 and #020F0A with #0A020F are triadic colors.

2 #0F020A and #020A0F with #0A020F are triadic colors.