COLOR #000019

HEX: #000019
RGB: (0,0,25)

Color info

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

RGB color model

#000019 color RGB value is (0,0,25).

  • red value is 0;
  • green value is 0;
  • blue value is 25.
RGB:
(0,0,25)
(0%,0%,10%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 25 of 255 = 10%

0
0
25

R + G + B ~ 3%. #000019 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#000019 color CMYK value is (100,100,0,90).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(100,100,0,90)
C100M100Y0K90 
(100%,100%,0%,90%)
(1.00/1.00/0.00/0.90)	

CMYK percentages

%100
%100
%0
%90.2

Codes

Color #000019 in popluar color models

000019
RGB0025
HSL240°100.00%4.90%
HSB/HSV240°100.00%9.80%
CMYK100.00%100.00%0.00%
90.20%

Color #000019 in popluar number systems.

HEX000019
Decimal0025
Binary0011001
Octal0031

Shades and tints

Shades of #000019

#000019
(0,0,25)
#000017
(0,0,23)
#000015
(0,0,21)
#000013
(0,0,19)
#000011
(0,0,17)
#00000F
(0,0,15)
#00000D
(0,0,13)
#00000B
(0,0,11)
#000009
(0,0,9)
#000007
(0,0,7)
#000005
(0,0,5)
#000000
(0,0,0)

Tints of #000019

#000019
(0,0,25)
#17172D
(23,23,45)
#2E2E41
(46,46,65)
#454555
(69,69,85)
#5C5C69
(92,92,105)
#73737D
(115,115,125)
#8A8A91
(138,138,145)
#A1A1A5
(161,161,165)
#B8B8B9
(184,184,185)
#CFCFCD
(207,207,205)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000019; }

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

This text font color is #000019.


Background Color

.myBgColor { background-color: #000019; }

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

This div background color is #000019.


Border color

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

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

This div border color is #000019.


Opacity

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

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

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

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

This text has shadow with #000019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000019 on black background.


Color preview on white background

This text has color #000019 on white background.



Black color preview on #000019 background

This text has black color on #000019 background.


White color preview on #000019 background

This text has white color on #000019 background.