COLOR #010013

HEX: #010013
RGB: (1,0,19)

Color info

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

RGB color model

#010013 color RGB value is (1,0,19).

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

RGB channels and saturation

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

1
0
19

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

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 19 = 20 (100%)
R 1 of 20 ~ 5%
G 0 of 20 ~ 0%
B 19 of 20 ~ 95%

%95

CMYK color model

#010013 color CMYK value is (95,100,0,93).

  • cyan value is 94.74%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(95,100,0,93)
C95M100Y0K93 
(95%,100%,0%,93%)
(0.95/1.00/0.00/0.93)	

CMYK percentages

%94.74
%100
%0
%92.55

Codes

Color #010013 in popluar color models

010013
RGB1019
HSL243°100.00%3.73%
HSB/HSV243°100.00%7.45%
CMYK94.74%100.00%0.00%
92.55%

Color #010013 in popluar number systems.

HEX010013
Decimal1019
Binary1010011
Octal1023

Shades and tints

Shades of #010013

#010013
(1,0,19)
#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)
#000000
(0,0,0)

Tints of #010013

#010013
(1,0,19)
#181728
(24,23,40)
#2F2E3D
(47,46,61)
#464552
(70,69,82)
#5D5C67
(93,92,103)
#74737C
(116,115,124)
#8B8A91
(139,138,145)
#A2A1A6
(162,161,166)
#B9B8BB
(185,184,187)
#D0CFD0
(208,207,208)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010013; }

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

This text font color is #010013.


Background Color

.myBgColor { background-color: #010013; }

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

This div background color is #010013.


Border color

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

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

This div border color is #010013.


Opacity

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

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

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

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

This text has shadow with #010013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010013 on black background.


Color preview on white background

This text has color #010013 on white background.



Black color preview on #010013 background

This text has black color on #010013 background.


White color preview on #010013 background

This text has white color on #010013 background.