COLOR #05012F

HEX: #05012F
RGB: (5,1,47)

Color info

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

RGB color model

#05012F color RGB value is (5,1,47).

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

RGB channels and saturation

R 5 of 255 = 2%
G 1 of 255 = 0%
B 47 of 255 = 18%

5
1
47

R + G + B ~ 7%. #05012F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 1 + 47 = 53 (100%)
R 5 of 53 ~ 9.43%
G 1 of 53 ~ 1.89%
B 47 of 53 ~ 88.68%

%88.68

CMYK color model

#05012F color CMYK value is (89,98,0,82).

  • cyan value is 89.36%
  • magenta value is 97.87%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(89,98,0,82)
C89M98Y0K82 
(89%,98%,0%,82%)
(0.89/0.98/0.00/0.82)	

CMYK percentages

%89.36
%97.87
%0
%81.57

Codes

Color #05012F in popluar color models

05012F
RGB5147
HSL245°95.83%9.41%
HSB/HSV245°97.87%18.43%
CMYK89.36%97.87%0.00%
81.57%

Color #05012F in popluar number systems.

HEX05012F
Decimal5147
Binary1011101111
Octal5157

Shades and tints

Shades of #05012F

#05012F
(5,1,47)
#05012B
(5,1,43)
#050127
(5,1,39)
#050123
(5,1,35)
#05011F
(5,1,31)
#05011B
(5,1,27)
#050117
(5,1,23)
#050113
(5,1,19)
#05010F
(5,1,15)
#05010B
(5,1,11)
#050107
(5,1,7)
#000000
(0,0,0)

Tints of #05012F

#05012F
(5,1,47)
#1B1841
(27,24,65)
#312F53
(49,47,83)
#474665
(71,70,101)
#5D5D77
(93,93,119)
#737489
(115,116,137)
#898B9B
(137,139,155)
#9FA2AD
(159,162,173)
#B5B9BF
(181,185,191)
#CBD0D1
(203,208,209)
#E1E7E3
(225,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05012F; }

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

This text font color is #05012F.


Background Color

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

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

This div background color is #05012F.


Border color

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

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

This div border color is #05012F.


Opacity

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

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

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

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

This text has shadow with #05012F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05012F on black background.


Color preview on white background

This text has color #05012F on white background.



Black color preview on #05012F background

This text has black color on #05012F background.


White color preview on #05012F background

This text has white color on #05012F background.