COLOR #020519

HEX: #020519
RGB: (2,5,25)

Color info

#020519 contains red, green and blue colors in about the same proportion. Web safe color of #020519 is #000000 (or #000).

RGB color model

#020519 color RGB value is (2,5,25).

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

RGB channels and saturation

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

2
5
25

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

Portions of RGB colors in percentages

R + G + B =
2 + 5 + 25 = 32 (100%)
R 2 of 32 ~ 6.25%
G 5 of 32 ~ 15.63%
B 25 of 32 ~ 78.13%

%15.63
%78.13

CMYK color model

#020519 color CMYK value is (92,80,0,90).

  • cyan value is 92.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(92,80,0,90)
C92M80Y0K90 
(92%,80%,0%,90%)
(0.92/0.80/0.00/0.90)	

CMYK percentages

%92
%80
%0
%90.2

Codes

Color #020519 in popluar color models

020519
RGB2525
HSL232°85.19%5.29%
HSB/HSV232°92.00%9.80%
CMYK92.00%80.00%0.00%
90.20%

Color #020519 in popluar number systems.

HEX020519
Decimal2525
Binary1010111001
Octal2531

Shades and tints

Shades of #020519

#020519
(2,5,25)
#020517
(2,5,23)
#020515
(2,5,21)
#020513
(2,5,19)
#020511
(2,5,17)
#02050F
(2,5,15)
#02050D
(2,5,13)
#02050B
(2,5,11)
#020509
(2,5,9)
#020507
(2,5,7)
#020505
(2,5,5)
#000000
(0,0,0)

Tints of #020519

#020519
(2,5,25)
#191B2D
(25,27,45)
#303141
(48,49,65)
#474755
(71,71,85)
#5E5D69
(94,93,105)
#75737D
(117,115,125)
#8C8991
(140,137,145)
#A39FA5
(163,159,165)
#BAB5B9
(186,181,185)
#D1CBCD
(209,203,205)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020519; }

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

This text font color is #020519.


Background Color

.myBgColor { background-color: #020519; }

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

This div background color is #020519.


Border color

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

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

This div border color is #020519.


Opacity

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

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

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

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

This text has shadow with #020519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020519 on black background.


Color preview on white background

This text has color #020519 on white background.



Black color preview on #020519 background

This text has black color on #020519 background.


White color preview on #020519 background

This text has white color on #020519 background.