COLOR #000013

HEX: #000013
RGB: (0,0,19)

Color info

#000013 contains only blue color. Web safe color of #000013 is #000000 (or #000).

RGB color model

#000013 color RGB value is (0,0,19).

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

RGB channels and saturation

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

0
0
19

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

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 19 = 19 (100%)
R 0 of 19 ~ 0%
G 0 of 19 ~ 0%
B 19 of 19 ~ 100%

%100

CMYK color model

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

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

CMYK percentages

%100
%100
%0
%92.55

Codes

Color #000013 in popluar color models

000013
RGB0019
HSL240°100.00%3.73%
HSB/HSV240°100.00%7.45%
CMYK100.00%100.00%0.00%
92.55%

Color #000013 in popluar number systems.

HEX000013
Decimal0019
Binary0010011
Octal0023

Shades and tints

Shades of #000013

#000013
(0,0,19)
#000012
(0,0,18)
#000011
(0,0,17)
#000010
(0,0,16)
#00000F
(0,0,15)
#00000E
(0,0,14)
#00000D
(0,0,13)
#00000C
(0,0,12)
#00000B
(0,0,11)
#00000A
(0,0,10)
#000009
(0,0,9)
#000000
(0,0,0)

Tints of #000013

#000013
(0,0,19)
#171728
(23,23,40)
#2E2E3D
(46,46,61)
#454552
(69,69,82)
#5C5C67
(92,92,103)
#73737C
(115,115,124)
#8A8A91
(138,138,145)
#A1A1A6
(161,161,166)
#B8B8BB
(184,184,187)
#CFCFD0
(207,207,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000013; }

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

This text font color is #000013.


Background Color

.myBgColor { background-color: #000013; }

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

This div background color is #000013.


Border color

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

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

This div border color is #000013.


Opacity

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

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

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

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

This text has shadow with #000013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000013 on black background.


Color preview on white background

This text has color #000013 on white background.



Black color preview on #000013 background

This text has black color on #000013 background.


White color preview on #000013 background

This text has white color on #000013 background.