COLOR #050B13

HEX: #050B13 RGB: (5,11,19)

Color info

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

RGB color model

#050B13 color RGB value is (5,11,19).

RGB: (5,11,19) (2%, 4%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 11 of 255 = 4%
B 19 of 255 = 7%

5
11
19

R + G + B ~ 4%. #050B13 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 11 + 19 = 35 (100%)
R 5 of 35 ~ 14.29%
G 11 of 35 ~ 31.43%
B 19 of 35 ~ 54.29'%

%14.29
%31.43
%54.29

CMYK color model

#050B13 color CMYK value is (74,42,0,93).

  • cyan value is 73.68%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (74,42,0,93)
C74M42Y0K93 (74%, 42%, 0%, 93%)
(0.74 / 0.42 / 0.00 / 0.93)

CMYK percentages

%73.68
%42.11
%0
%92.55

Codes

Color #050B13 in popluar color models

05 0B 13
RGB 5 11 19
HSL 214° 58.33% 4.71%
HSB/HSV 214° 73.68% 7.45%
CMYK 73.68% 42.11% 0.00%
92.55%

Color #050B13 in popluar number systems.

HEX 05 0B 13
Decimal 5 11 19
Binary 101 1011 10011
Octal 5 13 23

Shades and tints

Shades of #050B13

#050B13
(5,11,19)
#050A12
(5,10,18)
#050911
(5,9,17)
#050810
(5,8,16)
#05070F
(5,7,15)
#05060E
(5,6,14)
#05050D
(5,5,13)
#05040C
(5,4,12)
#05030B
(5,3,11)
#05020A
(5,2,10)
#050109
(5,1,9)
#000000
(0,0,0)

Tints of #050B13

#050B13
(5,11,19)
#1B2128
(27,33,40)
#31373D
(49,55,61)
#474D52
(71,77,82)
#5D6367
(93,99,103)
#73797C
(115,121,124)
#898F91
(137,143,145)
#9FA5A6
(159,165,166)
#B5BBBB
(181,187,187)
#CBD1D0
(203,209,208)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050B13; }

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

This text font color is #050B13.

Background Color

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

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

This div background color is #050B13.

Border color

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

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

This div border color is #050B13.

Opacity

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

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

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

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

This text has shadow with #050B13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050B13.

Preview

Color preview on black background

This text has color #050B13 on black background.


Color preview on white background

This text has color #050B13 on white background.


Black color preview on #050B13 background

This text has black color on #050B13 background.


White color preview on #050B13 background

This text has white color on #050B13 background.


Related colors

Complementary color

Complementary color for #hex is #FAF4EC.


I love getcolorcode.com

Triadic colors

1 #13050B and #0B1305 with #050B13 are triadic colors.

2 #130B05 and #0B0513 with #050B13 are triadic colors.