COLOR #020A19

HEX: #020A19
RGB: (2,10,25)

Color info

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

RGB color model

#020A19 color RGB value is (2,10,25).

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

RGB channels and saturation

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

2
10
25

R + G + B ~ 5%. #020A19 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 10 + 25 = 37 (100%)
R 2 of 37 ~ 5.41%
G 10 of 37 ~ 27.03%
B 25 of 37 ~ 67.57%

%27.03
%67.57

CMYK color model

#020A19 color CMYK value is (92,60,0,90).

  • cyan value is 92.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(92,60,0,90)
C92M60Y0K90 
(92%,60%,0%,90%)
(0.92/0.60/0.00/0.90)	

CMYK percentages

%92
%60
%0
%90.2

Codes

Color #020A19 in popluar color models

020A19
RGB21025
HSL219°85.19%5.29%
HSB/HSV219°92.00%9.80%
CMYK92.00%60.00%0.00%
90.20%

Color #020A19 in popluar number systems.

HEX020A19
Decimal21025
Binary10101011001
Octal21231

Shades and tints

Shades of #020A19

#020A19
(2,10,25)
#020A17
(2,10,23)
#020A15
(2,10,21)
#020A13
(2,10,19)
#020A11
(2,10,17)
#020A0F
(2,10,15)
#020A0D
(2,10,13)
#020A0B
(2,10,11)
#020A09
(2,10,9)
#020A07
(2,10,7)
#020A05
(2,10,5)
#000000
(0,0,0)

Tints of #020A19

#020A19
(2,10,25)
#19202D
(25,32,45)
#303641
(48,54,65)
#474C55
(71,76,85)
#5E6269
(94,98,105)
#75787D
(117,120,125)
#8C8E91
(140,142,145)
#A3A4A5
(163,164,165)
#BABAB9
(186,186,185)
#D1D0CD
(209,208,205)
#E8E6E1
(232,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020A19; }

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

This text font color is #020A19.


Background Color

.myBgColor { background-color: #020A19; }

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

This div background color is #020A19.


Border color

.myBorderColor { border: 1px solid #020A19; }

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

This div border color is #020A19.


Opacity

.myOpacity80 { color: #020A19; opacity: 0.8; }

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

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

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

This text has shadow with #020A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020A19 on black background.


Color preview on white background

This text has color #020A19 on white background.



Black color preview on #020A19 background

This text has black color on #020A19 background.


White color preview on #020A19 background

This text has white color on #020A19 background.