COLOR #05020B

HEX: #05020B
RGB: (5,2,11)

Color info

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

RGB color model

#05020B color RGB value is (5,2,11).

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

RGB channels and saturation

R 5 of 255 = 2%
G 2 of 255 = 1%
B 11 of 255 = 4%

5
2
11

R + G + B ~ 2%. #05020B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 2 + 11 = 18 (100%)
R 5 of 18 ~ 27.78%
G 2 of 18 ~ 11.11%
B 11 of 18 ~ 61.11%

%27.78
%11.11
%61.11

CMYK color model

#05020B color CMYK value is (55,82,0,96).

  • cyan value is 54.55%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(55,82,0,96)
C55M82Y0K96 
(55%,82%,0%,96%)
(0.55/0.82/0.00/0.96)	

CMYK percentages

%54.55
%81.82
%0
%95.69

Codes

Color #05020B in popluar color models

05020B
RGB5211
HSL260°69.23%2.55%
HSB/HSV260°81.82%4.31%
CMYK54.55%81.82%0.00%
95.69%

Color #05020B in popluar number systems.

HEX05020B
Decimal5211
Binary101101011
Octal5213

Shades and tints

Shades of #05020B

#05020B
(5,2,11)
#05020A
(5,2,10)
#050209
(5,2,9)
#050208
(5,2,8)
#050207
(5,2,7)
#050206
(5,2,6)
#050205
(5,2,5)
#050204
(5,2,4)
#050203
(5,2,3)
#050202
(5,2,2)
#050201
(5,2,1)
#000000
(0,0,0)

Tints of #05020B

#05020B
(5,2,11)
#1B1921
(27,25,33)
#313037
(49,48,55)
#47474D
(71,71,77)
#5D5E63
(93,94,99)
#737579
(115,117,121)
#898C8F
(137,140,143)
#9FA3A5
(159,163,165)
#B5BABB
(181,186,187)
#CBD1D1
(203,209,209)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05020B; }

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

This text font color is #05020B.


Background Color

.myBgColor { background-color: #05020B; }

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

This div background color is #05020B.


Border color

.myBorderColor { border: 1px solid #05020B; }

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

This div border color is #05020B.


Opacity

.myOpacity80 { color: #05020B; opacity: 0.8; }

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

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

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

This text has shadow with #05020B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05020B on black background.


Color preview on white background

This text has color #05020B on white background.



Black color preview on #05020B background

This text has black color on #05020B background.


White color preview on #05020B background

This text has white color on #05020B background.