COLOR #01060F

HEX: #01060F RGB: (1,6,15)

Color info

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

RGB color model

#01060F color RGB value is (1,6,15).

RGB: (1,6,15) (0%, 2%, 6%)

RGB channels and saturation

R 1 of 255 = 0%
G 6 of 255 = 2%
B 15 of 255 = 6%

1
6
15

R + G + B ~ 3%. #01060F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 6 + 15 = 22 (100%)
R 1 of 22 ~ 4.55%
G 6 of 22 ~ 27.27%
B 15 of 22 ~ 68.18'%

%27.27
%68.18

CMYK color model

#01060F color CMYK value is (93,60,0,94).

  • cyan value is 93.33%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (93,60,0,94)
C93M60Y0K94 (93%, 60%, 0%, 94%)
(0.93 / 0.60 / 0.00 / 0.94)

CMYK percentages

%93.33
%60
%0
%94.12

Codes

Color #01060F in popluar color models

01 06 0F
RGB 1 6 15
HSL 219° 87.50% 3.14%
HSB/HSV 219° 93.33% 5.88%
CMYK 93.33% 60.00% 0.00%
94.12%

Color #01060F in popluar number systems.

HEX 01 06 0F
Decimal 1 6 15
Binary 1 110 1111
Octal 1 6 17

Shades and tints

Shades of #01060F

#01060F
(1,6,15)
#01060E
(1,6,14)
#01060D
(1,6,13)
#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)
#000000
(0,0,0)

Tints of #01060F

#01060F
(1,6,15)
#181C24
(24,28,36)
#2F3239
(47,50,57)
#46484E
(70,72,78)
#5D5E63
(93,94,99)
#747478
(116,116,120)
#8B8A8D
(139,138,141)
#A2A0A2
(162,160,162)
#B9B6B7
(185,182,183)
#D0CCCC
(208,204,204)
#E7E2E1
(231,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01060F; }

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

This text font color is #01060F.

Background Color

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

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

This div background color is #01060F.

Border color

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

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

This div border color is #01060F.

Opacity

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

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

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

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

This text has shadow with #01060F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01060F.

Preview

Color preview on black background

This text has color #01060F on black background.


Color preview on white background

This text has color #01060F on white background.


Black color preview on #01060F background

This text has black color on #01060F background.


White color preview on #01060F background

This text has white color on #01060F background.


Related colors

Complementary color

Complementary color for #hex is #FEF9F0.


I love getcolorcode.com

Triadic colors

1 #0F0106 and #060F01 with #01060F are triadic colors.

2 #0F0601 and #06010F with #01060F are triadic colors.