COLOR #000106

HEX: #000106 RGB: (0,1,6)

Color info

#000106 contains only green and blue colors. Web safe color of #000106 is #000000 (or #000).

RGB color model

#000106 color RGB value is (0,1,6).

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

RGB channels and saturation

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

0
1
6

R + G + B ~ 1%. #000106 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 1 + 6 = 7 (100%)
R 0 of 7 ~ 0%
G 1 of 7 ~ 14.29%
B 6 of 7 ~ 85.71'%

%14.29
%85.71

CMYK color model

#000106 color CMYK value is (100,83,0,98).

  • cyan value is 100.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 97.65%

CMYK: (100,83,0,98)
C100M83Y0K98 (100%, 83%, 0%, 98%)
(1.00 / 0.83 / 0.00 / 0.98)

CMYK percentages

%100
%83.33
%0
%97.65

Codes

Color #000106 in popluar color models

00 01 06
RGB 0 1 6
HSL 230° 100.00% 1.18%
HSB/HSV 230° 100.00% 2.35%
CMYK 100.00% 83.33% 0.00%
97.65%

Color #000106 in popluar number systems.

HEX 00 01 06
Decimal 0 1 6
Binary 0 1 110
Octal 0 1 6

Shades and tints

Tints of #000106

#000106
(0,1,6)
#17181C
(23,24,28)
#2E2F32
(46,47,50)
#454648
(69,70,72)
#5C5D5E
(92,93,94)
#737474
(115,116,116)
#8A8B8A
(138,139,138)
#A1A2A0
(161,162,160)
#B8B9B6
(184,185,182)
#CFD0CC
(207,208,204)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000106; }

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

This text font color is #000106.

Background Color

.myBgColor { background-color: #000106; }

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

This div background color is #000106.

Border color

.myBorderColor { border: 1px solid #000106; }

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

This div border color is #000106.

Opacity

.myOpacity80 { color: #000106; opacity: 0.8; }

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

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

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

This text has shadow with #000106 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000106.

Preview

Color preview on black background

This text has color #000106 on black background.


Color preview on white background

This text has color #000106 on white background.


Black color preview on #000106 background

This text has black color on #000106 background.


White color preview on #000106 background

This text has white color on #000106 background.


Related colors

Complementary color

Complementary color for #hex is #FFFEF9.


I love getcolorcode.com

Triadic colors

1 #060001 and #010600 with #000106 are triadic colors.

2 #060100 and #010006 with #000106 are triadic colors.