COLOR #020B19

HEX: #020B19 RGB: (2,11,25)

Color info

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

RGB color model

#020B19 color RGB value is (2,11,25).

RGB: (2,11,25) (1%, 4%, 10%)

RGB channels and saturation

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

2
11
25

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

Portions of RGB colors in percentages

R + G + B = 2 + 11 + 25 = 38 (100%)
R 2 of 38 ~ 5.26%
G 11 of 38 ~ 28.95%
B 25 of 38 ~ 65.79'%

%28.95
%65.79

CMYK color model

#020B19 color CMYK value is (92,56,0,90).

  • cyan value is 92.00%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (92,56,0,90)
C92M56Y0K90 (92%, 56%, 0%, 90%)
(0.92 / 0.56 / 0.00 / 0.90)

CMYK percentages

%92
%56
%0
%90.2

Codes

Color #020B19 in popluar color models

02 0B 19
RGB 2 11 25
HSL 217° 85.19% 5.29%
HSB/HSV 217° 92.00% 9.80%
CMYK 92.00% 56.00% 0.00%
90.20%

Color #020B19 in popluar number systems.

HEX 02 0B 19
Decimal 2 11 25
Binary 10 1011 11001
Octal 2 13 31

Shades and tints

Shades of #020B19

#020B19
(2,11,25)
#020A17
(2,10,23)
#020915
(2,9,21)
#020813
(2,8,19)
#020711
(2,7,17)
#02060F
(2,6,15)
#02050D
(2,5,13)
#02040B
(2,4,11)
#020309
(2,3,9)
#020207
(2,2,7)
#020105
(2,1,5)
#000000
(0,0,0)

Tints of #020B19

#020B19
(2,11,25)
#19212D
(25,33,45)
#303741
(48,55,65)
#474D55
(71,77,85)
#5E6369
(94,99,105)
#75797D
(117,121,125)
#8C8F91
(140,143,145)
#A3A5A5
(163,165,165)
#BABBB9
(186,187,185)
#D1D1CD
(209,209,205)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020B19; }

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

This text font color is #020B19.

Background Color

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

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

This div background color is #020B19.

Border color

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

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

This div border color is #020B19.

Opacity

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

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

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

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

This text has shadow with #020B19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020B19.

Preview

Color preview on black background

This text has color #020B19 on black background.


Color preview on white background

This text has color #020B19 on white background.


Black color preview on #020B19 background

This text has black color on #020B19 background.


White color preview on #020B19 background

This text has white color on #020B19 background.


Related colors

Complementary color

Complementary color for #hex is #FDF4E6.


I love getcolorcode.com

Triadic colors

1 #19020B and #0B1902 with #020B19 are triadic colors.

2 #190B02 and #0B0219 with #020B19 are triadic colors.