COLOR #05011A

HEX: #05011A
RGB: (5,1,26)

Color info

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

RGB color model

#05011A color RGB value is (5,1,26).

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

RGB channels and saturation

R 5 of 255 = 2%
G 1 of 255 = 0%
B 26 of 255 = 10%

5
1
26

R + G + B ~ 4%. #05011A is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 1 + 26 = 32 (100%)
R 5 of 32 ~ 15.63%
G 1 of 32 ~ 3.13%
B 26 of 32 ~ 81.25%

%15.63
%81.25

CMYK color model

#05011A color CMYK value is (81,96,0,90).

  • cyan value is 80.77%
  • magenta value is 96.15%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(81,96,0,90)
C81M96Y0K90 
(81%,96%,0%,90%)
(0.81/0.96/0.00/0.90)	

CMYK percentages

%80.77
%96.15
%0
%89.8

Codes

Color #05011A in popluar color models

05011A
RGB5126
HSL250°92.59%5.29%
HSB/HSV250°96.15%10.20%
CMYK80.77%96.15%0.00%
89.80%

Color #05011A in popluar number systems.

HEX05011A
Decimal5126
Binary101111010
Octal5132

Shades and tints

Shades of #05011A

#05011A
(5,1,26)
#050118
(5,1,24)
#050116
(5,1,22)
#050114
(5,1,20)
#050112
(5,1,18)
#050110
(5,1,16)
#05010E
(5,1,14)
#05010C
(5,1,12)
#05010A
(5,1,10)
#050108
(5,1,8)
#050106
(5,1,6)
#000000
(0,0,0)

Tints of #05011A

#05011A
(5,1,26)
#1B182E
(27,24,46)
#312F42
(49,47,66)
#474656
(71,70,86)
#5D5D6A
(93,93,106)
#73747E
(115,116,126)
#898B92
(137,139,146)
#9FA2A6
(159,162,166)
#B5B9BA
(181,185,186)
#CBD0CE
(203,208,206)
#E1E7E2
(225,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05011A; }

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

This text font color is #05011A.


Background Color

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

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

This div background color is #05011A.


Border color

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

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

This div border color is #05011A.


Opacity

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

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

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

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

This text has shadow with #05011A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05011A on black background.


Color preview on white background

This text has color #05011A on white background.



Black color preview on #05011A background

This text has black color on #05011A background.


White color preview on #05011A background

This text has white color on #05011A background.