COLOR #050B1B

HEX: #050B1B
RGB: (5,11,27)

Color info

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

RGB color model

#050B1B color RGB value is (5,11,27).

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

RGB channels and saturation

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

5
11
27

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

Portions of RGB colors in percentages

R + G + B =
5 + 11 + 27 = 43 (100%)
R 5 of 43 ~ 11.63%
G 11 of 43 ~ 25.58%
B 27 of 43 ~ 62.79%

%11.63
%25.58
%62.79

CMYK color model

#050B1B color CMYK value is (81,59,0,89).

  • cyan value is 81.48%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(81,59,0,89)
C81M59Y0K89 
(81%,59%,0%,89%)
(0.81/0.59/0.00/0.89)	

CMYK percentages

%81.48
%59.26
%0
%89.41

Codes

Color #050B1B in popluar color models

050B1B
RGB51127
HSL224°68.75%6.27%
HSB/HSV224°81.48%10.59%
CMYK81.48%59.26%0.00%
89.41%

Color #050B1B in popluar number systems.

HEX050B1B
Decimal51127
Binary101101111011
Octal51333

Shades and tints

Shades of #050B1B

#050B1B
(5,11,27)
#050A19
(5,10,25)
#050917
(5,9,23)
#050815
(5,8,21)
#050713
(5,7,19)
#050611
(5,6,17)
#05050F
(5,5,15)
#05040D
(5,4,13)
#05030B
(5,3,11)
#050209
(5,2,9)
#050107
(5,1,7)
#000000
(0,0,0)

Tints of #050B1B

#050B1B
(5,11,27)
#1B212F
(27,33,47)
#313743
(49,55,67)
#474D57
(71,77,87)
#5D636B
(93,99,107)
#73797F
(115,121,127)
#898F93
(137,143,147)
#9FA5A7
(159,165,167)
#B5BBBB
(181,187,187)
#CBD1CF
(203,209,207)
#E1E7E3
(225,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050B1B; }

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

This text font color is #050B1B.


Background Color

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

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

This div background color is #050B1B.


Border color

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

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

This div border color is #050B1B.


Opacity

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

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

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

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

This text has shadow with #050B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050B1B on black background.


Color preview on white background

This text has color #050B1B on white background.



Black color preview on #050B1B background

This text has black color on #050B1B background.


White color preview on #050B1B background

This text has white color on #050B1B background.