COLOR #01050C

HEX: #01050C RGB: (1,5,12)

Color info

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

RGB color model

#01050C color RGB value is (1,5,12).

RGB: (1,5,12) (0%, 2%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 5 of 255 = 2%
B 12 of 255 = 5%

1
5
12

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

Portions of RGB colors in percentages

R + G + B = 1 + 5 + 12 = 18 (100%)
R 1 of 18 ~ 5.56%
G 5 of 18 ~ 27.78%
B 12 of 18 ~ 66.67'%

%27.78
%66.67

CMYK color model

#01050C color CMYK value is (92,58,0,95).

  • cyan value is 91.67%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (92,58,0,95)
C92M58Y0K95 (92%, 58%, 0%, 95%)
(0.92 / 0.58 / 0.00 / 0.95)

CMYK percentages

%91.67
%58.33
%0
%95.29

Codes

Color #01050C in popluar color models

01 05 0C
RGB 1 5 12
HSL 218° 84.62% 2.55%
HSB/HSV 218° 91.67% 4.71%
CMYK 91.67% 58.33% 0.00%
95.29%

Color #01050C in popluar number systems.

HEX 01 05 0C
Decimal 1 5 12
Binary 1 101 1100
Octal 1 5 14

Shades and tints

Shades of #01050C

#01050C
(1,5,12)
#01050B
(1,5,11)
#01050A
(1,5,10)
#010509
(1,5,9)
#010508
(1,5,8)
#010507
(1,5,7)
#010506
(1,5,6)
#010505
(1,5,5)
#010504
(1,5,4)
#010503
(1,5,3)
#010502
(1,5,2)
#000000
(0,0,0)

Tints of #01050C

#01050C
(1,5,12)
#181B22
(24,27,34)
#2F3138
(47,49,56)
#46474E
(70,71,78)
#5D5D64
(93,93,100)
#74737A
(116,115,122)
#8B8990
(139,137,144)
#A29FA6
(162,159,166)
#B9B5BC
(185,181,188)
#D0CBD2
(208,203,210)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01050C; }

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

This text font color is #01050C.

Background Color

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

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

This div background color is #01050C.

Border color

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

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

This div border color is #01050C.

Opacity

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

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

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

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

This text has shadow with #01050C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01050C.

Preview

Color preview on black background

This text has color #01050C on black background.


Color preview on white background

This text has color #01050C on white background.


Black color preview on #01050C background

This text has black color on #01050C background.


White color preview on #01050C background

This text has white color on #01050C background.


Related colors

Complementary color

Complementary color for #hex is #FEFAF3.


I love getcolorcode.com

Triadic colors

1 #0C0105 and #050C01 with #01050C are triadic colors.

2 #0C0501 and #05010C with #01050C are triadic colors.