COLOR #010012

HEX: #010012
RGB: (1,0,18)

Color info

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

RGB color model

#010012 color RGB value is (1,0,18).

  • red value is 1;
  • green value is 0;
  • blue value is 18.
RGB:
(1,0,18)
(0%,0%,7%)

RGB channels and saturation

R 1 of 255 = 0%
G 0 of 255 = 0%
B 18 of 255 = 7%

1
0
18

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

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 18 = 19 (100%)
R 1 of 19 ~ 5.26%
G 0 of 19 ~ 0%
B 18 of 19 ~ 94.74%

%94.74

CMYK color model

#010012 color CMYK value is (94,100,0,93).

  • cyan value is 94.44%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(94,100,0,93)
C94M100Y0K93 
(94%,100%,0%,93%)
(0.94/1.00/0.00/0.93)	

CMYK percentages

%94.44
%100
%0
%92.94

Codes

Color #010012 in popluar color models

010012
RGB1018
HSL243°100.00%3.53%
HSB/HSV243°100.00%7.06%
CMYK94.44%100.00%0.00%
92.94%

Color #010012 in popluar number systems.

HEX010012
Decimal1018
Binary1010010
Octal1022

Shades and tints

Shades of #010012

#010012
(1,0,18)
#010011
(1,0,17)
#010010
(1,0,16)
#01000F
(1,0,15)
#01000E
(1,0,14)
#01000D
(1,0,13)
#01000C
(1,0,12)
#01000B
(1,0,11)
#01000A
(1,0,10)
#010009
(1,0,9)
#010008
(1,0,8)
#000000
(0,0,0)

Tints of #010012

#010012
(1,0,18)
#181727
(24,23,39)
#2F2E3C
(47,46,60)
#464551
(70,69,81)
#5D5C66
(93,92,102)
#74737B
(116,115,123)
#8B8A90
(139,138,144)
#A2A1A5
(162,161,165)
#B9B8BA
(185,184,186)
#D0CFCF
(208,207,207)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010012; }

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

This text font color is #010012.


Background Color

.myBgColor { background-color: #010012; }

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

This div background color is #010012.


Border color

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

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

This div border color is #010012.


Opacity

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

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

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

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

This text has shadow with #010012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010012 on black background.


Color preview on white background

This text has color #010012 on white background.



Black color preview on #010012 background

This text has black color on #010012 background.


White color preview on #010012 background

This text has white color on #010012 background.