COLOR #01050A

HEX: #01050A RGB: (1,5,10)

Color info

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

RGB color model

#01050A color RGB value is (1,5,10).

RGB: (1,5,10) (0%, 2%, 4%)

RGB channels and saturation

R 1 of 255 = 0%
G 5 of 255 = 2%
B 10 of 255 = 4%

1
5
10

R + G + B ~ 2%. #01050A is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 5 + 10 = 16 (100%)
R 1 of 16 ~ 6.25%
G 5 of 16 ~ 31.25%
B 10 of 16 ~ 62.5'%

%31.25
%62.5

CMYK color model

#01050A color CMYK value is (90,50,0,96).

  • cyan value is 90.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 96.08%

CMYK: (90,50,0,96)
C90M50Y0K96 (90%, 50%, 0%, 96%)
(0.90 / 0.50 / 0.00 / 0.96)

CMYK percentages

%90
%50
%0
%96.08

Codes

Color #01050A in popluar color models

01 05 0A
RGB 1 5 10
HSL 213° 81.82% 2.16%
HSB/HSV 213° 90.00% 3.92%
CMYK 90.00% 50.00% 0.00%
96.08%

Color #01050A in popluar number systems.

HEX 01 05 0A
Decimal 1 5 10
Binary 1 101 1010
Octal 1 5 12

Shades and tints

Tints of #01050A

#01050A
(1,5,10)
#181B20
(24,27,32)
#2F3136
(47,49,54)
#46474C
(70,71,76)
#5D5D62
(93,93,98)
#747378
(116,115,120)
#8B898E
(139,137,142)
#A29FA4
(162,159,164)
#B9B5BA
(185,181,186)
#D0CBD0
(208,203,208)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01050A color. Also use rgb(1,5,10) instead hex code.

Text Font Color

.myTextColor { color: #01050A; }

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

This text font color is #01050A.

Background Color

.myBgColor { background-color: #01050A; }

<div style="background-color:#01050A">Inner text</div>

This div background color is #01050A.

Border color

.myBorderColor { border: 1px solid #01050A; }

<div style="border:3px solid #01050A">Div</div>

This div border color is #01050A.

Opacity

.myOpacity80 { color: #01050A; opacity: 0.8; }

<p style="color:#01050A;opacity:0.8;">80%</p>

Text with #01050A 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 #01050A;}

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

This text has shadow with #01050A color.


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

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

This text has shadow with #01050A primary color and red secondary color.


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

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

This text has shadow with #01050A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01050A.

Preview

Color preview on black background

This text has color #01050A on black background.


Color preview on white background

This text has color #01050A on white background.


Black color preview on #01050A background

This text has black color on #01050A background.


White color preview on #01050A background

This text has white color on #01050A background.


Related colors

Complementary color

Complementary color for #hex is #FEFAF5.


I love getcolorcode.com

Triadic colors

1 #0A0105 and #050A01 with #01050A are triadic colors.

2 #0A0501 and #05010A with #01050A are triadic colors.