COLOR #01060E

HEX: #01060E RGB: (1,6,14)

Color info

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

RGB color model

#01060E color RGB value is (1,6,14).

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

RGB channels and saturation

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

1
6
14

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

Portions of RGB colors in percentages

R + G + B = 1 + 6 + 14 = 21 (100%)
R 1 of 21 ~ 4.76%
G 6 of 21 ~ 28.57%
B 14 of 21 ~ 66.67'%

%28.57
%66.67

CMYK color model

#01060E color CMYK value is (93,57,0,95).

  • cyan value is 92.86%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (93,57,0,95)
C93M57Y0K95 (93%, 57%, 0%, 95%)
(0.93 / 0.57 / 0.00 / 0.95)

CMYK percentages

%92.86
%57.14
%0
%94.51

Codes

Color #01060E in popluar color models

01 06 0E
RGB 1 6 14
HSL 217° 86.67% 2.94%
HSB/HSV 217° 92.86% 5.49%
CMYK 92.86% 57.14% 0.00%
94.51%

Color #01060E in popluar number systems.

HEX 01 06 0E
Decimal 1 6 14
Binary 1 110 1110
Octal 1 6 16

Shades and tints

Shades of #01060E

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

Tints of #01060E

#01060E
(1,6,14)
#181C23
(24,28,35)
#2F3238
(47,50,56)
#46484D
(70,72,77)
#5D5E62
(93,94,98)
#747477
(116,116,119)
#8B8A8C
(139,138,140)
#A2A0A1
(162,160,161)
#B9B6B6
(185,182,182)
#D0CCCB
(208,204,203)
#E7E2E0
(231,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01060E; }

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

This text font color is #01060E.

Background Color

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

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

This div background color is #01060E.

Border color

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

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

This div border color is #01060E.

Opacity

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

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

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

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

This text has shadow with #01060E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01060E.

Preview

Color preview on black background

This text has color #01060E on black background.


Color preview on white background

This text has color #01060E on white background.


Black color preview on #01060E background

This text has black color on #01060E background.


White color preview on #01060E background

This text has white color on #01060E background.


Related colors

Complementary color

Complementary color for #hex is #FEF9F1.


I love getcolorcode.com

Triadic colors

1 #0E0106 and #060E01 with #01060E are triadic colors.

2 #0E0601 and #06010E with #01060E are triadic colors.