COLOR #01060C

HEX: #01060C RGB: (1,6,12)

Color info

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

RGB color model

#01060C color RGB value is (1,6,12).

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

RGB channels and saturation

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

1
6
12

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

Portions of RGB colors in percentages

R + G + B = 1 + 6 + 12 = 19 (100%)
R 1 of 19 ~ 5.26%
G 6 of 19 ~ 31.58%
B 12 of 19 ~ 63.16'%

%31.58
%63.16

CMYK color model

#01060C color CMYK value is (92,50,0,95).

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

CMYK: (92,50,0,95)
C92M50Y0K95 (92%, 50%, 0%, 95%)
(0.92 / 0.50 / 0.00 / 0.95)

CMYK percentages

%91.67
%50
%0
%95.29

Codes

Color #01060C in popluar color models

01 06 0C
RGB 1 6 12
HSL 213° 84.62% 2.55%
HSB/HSV 213° 91.67% 4.71%
CMYK 91.67% 50.00% 0.00%
95.29%

Color #01060C in popluar number systems.

HEX 01 06 0C
Decimal 1 6 12
Binary 1 110 1100
Octal 1 6 14

Shades and tints

Shades of #01060C

#01060C
(1,6,12)
#01060B
(1,6,11)
#01060A
(1,6,10)
#010609
(1,6,9)
#010608
(1,6,8)
#010607
(1,6,7)
#010606
(1,6,6)
#010605
(1,6,5)
#010604
(1,6,4)
#010603
(1,6,3)
#010602
(1,6,2)
#000000
(0,0,0)

Tints of #01060C

#01060C
(1,6,12)
#181C22
(24,28,34)
#2F3238
(47,50,56)
#46484E
(70,72,78)
#5D5E64
(93,94,100)
#74747A
(116,116,122)
#8B8A90
(139,138,144)
#A2A0A6
(162,160,166)
#B9B6BC
(185,182,188)
#D0CCD2
(208,204,210)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01060C; }

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

This text font color is #01060C.

Background Color

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

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

This div background color is #01060C.

Border color

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

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

This div border color is #01060C.

Opacity

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

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

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

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

This text has shadow with #01060C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01060C.

Preview

Color preview on black background

This text has color #01060C on black background.


Color preview on white background

This text has color #01060C on white background.


Black color preview on #01060C background

This text has black color on #01060C background.


White color preview on #01060C background

This text has white color on #01060C background.


Related colors

Complementary color

Complementary color for #hex is #FEF9F3.


I love getcolorcode.com

Triadic colors

1 #0C0106 and #060C01 with #01060C are triadic colors.

2 #0C0601 and #06010C with #01060C are triadic colors.