COLOR #00050B

HEX: #00050B
RGB: (0,5,11)

Color info

#00050B contains only green and blue colors. Web safe color of #00050B is #000000 (or #000).

RGB color model

#00050B color RGB value is (0,5,11).

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

RGB channels and saturation

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

0
5
11

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

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 11 = 16 (100%)
R 0 of 16 ~ 0%
G 5 of 16 ~ 31.25%
B 11 of 16 ~ 68.75%

%31.25
%68.75

CMYK color model

#00050B color CMYK value is (100,55,0,96).

  • cyan value is 100.00%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(100,55,0,96)
C100M55Y0K96 
(100%,55%,0%,96%)
(1.00/0.55/0.00/0.96)	

CMYK percentages

%100
%54.55
%0
%95.69

Codes

Color #00050B in popluar color models

00050B
RGB0511
HSL213°100.00%2.16%
HSB/HSV213°100.00%4.31%
CMYK100.00%54.55%0.00%
95.69%

Color #00050B in popluar number systems.

HEX00050B
Decimal0511
Binary01011011
Octal0513

Shades and tints

Shades of #00050B

#00050B
(0,5,11)
#00050A
(0,5,10)
#000509
(0,5,9)
#000508
(0,5,8)
#000507
(0,5,7)
#000506
(0,5,6)
#000505
(0,5,5)
#000504
(0,5,4)
#000503
(0,5,3)
#000502
(0,5,2)
#000501
(0,5,1)
#000000
(0,0,0)

Tints of #00050B

#00050B
(0,5,11)
#171B21
(23,27,33)
#2E3137
(46,49,55)
#45474D
(69,71,77)
#5C5D63
(92,93,99)
#737379
(115,115,121)
#8A898F
(138,137,143)
#A19FA5
(161,159,165)
#B8B5BB
(184,181,187)
#CFCBD1
(207,203,209)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00050B; }

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

This text font color is #00050B.


Background Color

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

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

This div background color is #00050B.


Border color

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

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

This div border color is #00050B.


Opacity

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

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

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

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

This text has shadow with #00050B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00050B on black background.


Color preview on white background

This text has color #00050B on white background.



Black color preview on #00050B background

This text has black color on #00050B background.


White color preview on #00050B background

This text has white color on #00050B background.