COLOR #050B20

HEX: #050B20 RGB: (5,11,32)

Color info

#050B20 contains red, green and blue colors in about the same proportion. Web safe color of #050B20 is #000033 (or #003).

RGB color model

#050B20 color RGB value is (5,11,32).

RGB: (5,11,32) (2%, 4%, 13%)

RGB channels and saturation

R 5 of 255 = 2%
G 11 of 255 = 4%
B 32 of 255 = 13%

5
11
32

R + G + B ~ 6%. #050B20 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 11 + 32 = 48 (100%)
R 5 of 48 ~ 10.42%
G 11 of 48 ~ 22.92%
B 32 of 48 ~ 66.67'%

%22.92
%66.67

CMYK color model

#050B20 color CMYK value is (84,66,0,87).

  • cyan value is 84.38%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (84,66,0,87)
C84M66Y0K87 (84%, 66%, 0%, 87%)
(0.84 / 0.66 / 0.00 / 0.87)

CMYK percentages

%84.38
%65.63
%0
%87.45

Codes

Color #050B20 in popluar color models

05 0B 20
RGB 5 11 32
HSL 227° 72.97% 7.25%
HSB/HSV 227° 84.38% 12.55%
CMYK 84.38% 65.63% 0.00%
87.45%

Color #050B20 in popluar number systems.

HEX 05 0B 20
Decimal 5 11 32
Binary 101 1011 100000
Octal 5 13 40

Shades and tints

Shades of #050B20

#050B20
(5,11,32)
#050A1E
(5,10,30)
#05091C
(5,9,28)
#05081A
(5,8,26)
#050718
(5,7,24)
#050616
(5,6,22)
#050514
(5,5,20)
#050412
(5,4,18)
#050310
(5,3,16)
#05020E
(5,2,14)
#05010C
(5,1,12)
#000000
(0,0,0)

Tints of #050B20

#050B20
(5,11,32)
#1B2134
(27,33,52)
#313748
(49,55,72)
#474D5C
(71,77,92)
#5D6370
(93,99,112)
#737984
(115,121,132)
#898F98
(137,143,152)
#9FA5AC
(159,165,172)
#B5BBC0
(181,187,192)
#CBD1D4
(203,209,212)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050B20 color. Also use rgb(5,11,32) instead hex code.

Text Font Color

.myTextColor { color: #050B20; }

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

This text font color is #050B20.

Background Color

.myBgColor { background-color: #050B20; }

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

This div background color is #050B20.

Border color

.myBorderColor { border: 1px solid #050B20; }

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

This div border color is #050B20.

Opacity

.myOpacity80 { color: #050B20; opacity: 0.8; }

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

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

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

This text has shadow with #050B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050B20.

Preview

Color preview on black background

This text has color #050B20 on black background.


Color preview on white background

This text has color #050B20 on white background.


Black color preview on #050B20 background

This text has black color on #050B20 background.


White color preview on #050B20 background

This text has white color on #050B20 background.


Related colors

Complementary color

Complementary color for #hex is #FAF4DF.


I love getcolorcode.com

Triadic colors

1 #20050B and #0B2005 with #050B20 are triadic colors.

2 #200B05 and #0B0520 with #050B20 are triadic colors.