COLOR #050019

HEX: #050019
RGB: (5,0,25)

Color info

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

RGB color model

#050019 color RGB value is (5,0,25).

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

RGB channels and saturation

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

5
0
25

R + G + B ~ 4%. #050019 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 0 + 25 = 30 (100%)
R 5 of 30 ~ 16.67%
G 0 of 30 ~ 0%
B 25 of 30 ~ 83.33%

%16.67
%83.33

CMYK color model

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

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

CMYK percentages

%80
%100
%0
%90.2

Codes

Color #050019 in popluar color models

050019
RGB5025
HSL252°100.00%4.90%
HSB/HSV252°100.00%9.80%
CMYK80.00%100.00%0.00%
90.20%

Color #050019 in popluar number systems.

HEX050019
Decimal5025
Binary101011001
Octal5031

Shades and tints

Shades of #050019

#050019
(5,0,25)
#050017
(5,0,23)
#050015
(5,0,21)
#050013
(5,0,19)
#050011
(5,0,17)
#05000F
(5,0,15)
#05000D
(5,0,13)
#05000B
(5,0,11)
#050009
(5,0,9)
#050007
(5,0,7)
#050005
(5,0,5)
#000000
(0,0,0)

Tints of #050019

#050019
(5,0,25)
#1B172D
(27,23,45)
#312E41
(49,46,65)
#474555
(71,69,85)
#5D5C69
(93,92,105)
#73737D
(115,115,125)
#898A91
(137,138,145)
#9FA1A5
(159,161,165)
#B5B8B9
(181,184,185)
#CBCFCD
(203,207,205)
#E1E6E1
(225,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050019; }

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

This text font color is #050019.


Background Color

.myBgColor { background-color: #050019; }

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

This div background color is #050019.


Border color

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

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

This div border color is #050019.


Opacity

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

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

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

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

This text has shadow with #050019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050019 on black background.


Color preview on white background

This text has color #050019 on white background.



Black color preview on #050019 background

This text has black color on #050019 background.


White color preview on #050019 background

This text has white color on #050019 background.