COLOR #050012

HEX: #050012
RGB: (5,0,18)

Color info

#050012 contains only red and blue colors. Web safe color of #050012 is #000000 (or #000).

RGB color model

#050012 color RGB value is (5,0,18).

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

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 18 of 255 = 7%

5
0
18

R + G + B ~ 3%. #050012 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 0 + 18 = 23 (100%)
R 5 of 23 ~ 21.74%
G 0 of 23 ~ 0%
B 18 of 23 ~ 78.26%

%21.74
%78.26

CMYK color model

#050012 color CMYK value is (72,100,0,93).

  • cyan value is 72.22%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(72,100,0,93)
C72M100Y0K93 
(72%,100%,0%,93%)
(0.72/1.00/0.00/0.93)	

CMYK percentages

%72.22
%100
%0
%92.94

Codes

Color #050012 in popluar color models

050012
RGB5018
HSL257°100.00%3.53%
HSB/HSV257°100.00%7.06%
CMYK72.22%100.00%0.00%
92.94%

Color #050012 in popluar number systems.

HEX050012
Decimal5018
Binary101010010
Octal5022

Shades and tints

Shades of #050012

#050012
(5,0,18)
#050011
(5,0,17)
#050010
(5,0,16)
#05000F
(5,0,15)
#05000E
(5,0,14)
#05000D
(5,0,13)
#05000C
(5,0,12)
#05000B
(5,0,11)
#05000A
(5,0,10)
#050009
(5,0,9)
#050008
(5,0,8)
#000000
(0,0,0)

Tints of #050012

#050012
(5,0,18)
#1B1727
(27,23,39)
#312E3C
(49,46,60)
#474551
(71,69,81)
#5D5C66
(93,92,102)
#73737B
(115,115,123)
#898A90
(137,138,144)
#9FA1A5
(159,161,165)
#B5B8BA
(181,184,186)
#CBCFCF
(203,207,207)
#E1E6E4
(225,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050012; }

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

This text font color is #050012.


Background Color

.myBgColor { background-color: #050012; }

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

This div background color is #050012.


Border color

.myBorderColor { border: 1px solid #050012; }

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

This div border color is #050012.


Opacity

.myOpacity80 { color: #050012; opacity: 0.8; }

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

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

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

This text has shadow with #050012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050012 on black background.


Color preview on white background

This text has color #050012 on white background.



Black color preview on #050012 background

This text has black color on #050012 background.


White color preview on #050012 background

This text has white color on #050012 background.