COLOR #001319

HEX: #001319
RGB: (0,19,25)

Color info

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

RGB color model

#001319 color RGB value is (0,19,25).

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

RGB channels and saturation

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

0
19
25

R + G + B ~ 6%. #001319 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 25 = 44 (100%)
R 0 of 44 ~ 0%
G 19 of 44 ~ 43.18%
B 25 of 44 ~ 56.82%

%43.18
%56.82

CMYK color model

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

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

CMYK percentages

%100
%24
%0
%90.2

Codes

Color #001319 in popluar color models

001319
RGB01925
HSL194°100.00%4.90%
HSB/HSV194°100.00%9.80%
CMYK100.00%24.00%0.00%
90.20%

Color #001319 in popluar number systems.

HEX001319
Decimal01925
Binary01001111001
Octal02331

Shades and tints

Shades of #001319

#001319
(0,19,25)
#001217
(0,18,23)
#001115
(0,17,21)
#001013
(0,16,19)
#000F11
(0,15,17)
#000E0F
(0,14,15)
#000D0D
(0,13,13)
#000C0B
(0,12,11)
#000B09
(0,11,9)
#000A07
(0,10,7)
#000905
(0,9,5)
#000000
(0,0,0)

Tints of #001319

#001319
(0,19,25)
#17282D
(23,40,45)
#2E3D41
(46,61,65)
#455255
(69,82,85)
#5C6769
(92,103,105)
#737C7D
(115,124,125)
#8A9191
(138,145,145)
#A1A6A5
(161,166,165)
#B8BBB9
(184,187,185)
#CFD0CD
(207,208,205)
#E6E5E1
(230,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001319; }

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

This text font color is #001319.


Background Color

.myBgColor { background-color: #001319; }

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

This div background color is #001319.


Border color

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

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

This div border color is #001319.


Opacity

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

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

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

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

This text has shadow with #001319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001319 on black background.


Color preview on white background

This text has color #001319 on white background.



Black color preview on #001319 background

This text has black color on #001319 background.


White color preview on #001319 background

This text has white color on #001319 background.