COLOR #01060D

HEX: #01060D
RGB: (1,6,13)

Color info

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

RGB color model

#01060D color RGB value is (1,6,13).

  • red value is 1;
  • green value is 6;
  • blue value is 13.
RGB:
(1,6,13)
(0%,2%,5%)

RGB channels and saturation

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

1
6
13

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

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 13 = 20 (100%)
R 1 of 20 ~ 5%
G 6 of 20 ~ 30%
B 13 of 20 ~ 65%

%30
%65

CMYK color model

#01060D color CMYK value is (92,54,0,95).

  • cyan value is 92.31%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(92,54,0,95)
C92M54Y0K95 
(92%,54%,0%,95%)
(0.92/0.54/0.00/0.95)	

CMYK percentages

%92.31
%53.85
%0
%94.9

Codes

Color #01060D in popluar color models

01060D
RGB1613
HSL215°85.71%2.75%
HSB/HSV215°92.31%5.10%
CMYK92.31%53.85%0.00%
94.90%

Color #01060D in popluar number systems.

HEX01060D
Decimal1613
Binary11101101
Octal1615

Shades and tints

Shades of #01060D

#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)
#010604
(1,6,4)
#010603
(1,6,3)
#000000
(0,0,0)

Tints of #01060D

#01060D
(1,6,13)
#181C23
(24,28,35)
#2F3239
(47,50,57)
#46484F
(70,72,79)
#5D5E65
(93,94,101)
#74747B
(116,116,123)
#8B8A91
(139,138,145)
#A2A0A7
(162,160,167)
#B9B6BD
(185,182,189)
#D0CCD3
(208,204,211)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01060D; }

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

This text font color is #01060D.


Background Color

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

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

This div background color is #01060D.


Border color

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

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

This div border color is #01060D.


Opacity

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

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

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

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

This text has shadow with #01060D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01060D on black background.


Color preview on white background

This text has color #01060D on white background.



Black color preview on #01060D background

This text has black color on #01060D background.


White color preview on #01060D background

This text has white color on #01060D background.