COLOR #05011F

HEX: #05011F
RGB: (5,1,31)

Color info

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

RGB color model

#05011F color RGB value is (5,1,31).

  • red value is 5;
  • green value is 1;
  • blue value is 31.
RGB:
(5,1,31)
(2%,0%,12%)

RGB channels and saturation

R 5 of 255 = 2%
G 1 of 255 = 0%
B 31 of 255 = 12%

5
1
31

R + G + B ~ 5%. #05011F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 1 + 31 = 37 (100%)
R 5 of 37 ~ 13.51%
G 1 of 37 ~ 2.7%
B 31 of 37 ~ 83.78%

%13.51
%83.78

CMYK color model

#05011F color CMYK value is (84,97,0,88).

  • cyan value is 83.87%
  • magenta value is 96.77%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(84,97,0,88)
C84M97Y0K88 
(84%,97%,0%,88%)
(0.84/0.97/0.00/0.88)	

CMYK percentages

%83.87
%96.77
%0
%87.84

Codes

Color #05011F in popluar color models

05011F
RGB5131
HSL248°93.75%6.27%
HSB/HSV248°96.77%12.16%
CMYK83.87%96.77%0.00%
87.84%

Color #05011F in popluar number systems.

HEX05011F
Decimal5131
Binary101111111
Octal5137

Shades and tints

Shades of #05011F

#05011F
(5,1,31)
#05011D
(5,1,29)
#05011B
(5,1,27)
#050119
(5,1,25)
#050117
(5,1,23)
#050115
(5,1,21)
#050113
(5,1,19)
#050111
(5,1,17)
#05010F
(5,1,15)
#05010D
(5,1,13)
#05010B
(5,1,11)
#000000
(0,0,0)

Tints of #05011F

#05011F
(5,1,31)
#1B1833
(27,24,51)
#312F47
(49,47,71)
#47465B
(71,70,91)
#5D5D6F
(93,93,111)
#737483
(115,116,131)
#898B97
(137,139,151)
#9FA2AB
(159,162,171)
#B5B9BF
(181,185,191)
#CBD0D3
(203,208,211)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05011F color. Also use rgb(5,1,31) instead hex code.

Text Font Color

.myTextColor { color: #05011F; }

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

This text font color is #05011F.


Background Color

.myBgColor { background-color: #05011F; }

<div style="background-color:#05011F">Inner text</div>

This div background color is #05011F.


Border color

.myBorderColor { border: 1px solid #05011F; }

<div style="border:3px solid #05011F">Div</div>

This div border color is #05011F.


Opacity

.myOpacity80 { color: #05011F; opacity: 0.8; }

<p style="color:#05011F;opacity:0.8;">80%</p>

Text with #05011F 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 #05011F;}

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

This text has shadow with #05011F color.

.textShadow {text-shadow: 3px 3px 1px #05011F, 3px 3px 1px red;}

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

This text has shadow with #05011F primary color and red secondary color.


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

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

This text has shadow with #05011F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05011F on black background.


Color preview on white background

This text has color #05011F on white background.



Black color preview on #05011F background

This text has black color on #05011F background.


White color preview on #05011F background

This text has white color on #05011F background.