COLOR #05111F

HEX: #05111F
RGB: (5,17,31)

Color info

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

RGB color model

#05111F color RGB value is (5,17,31).

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

RGB channels and saturation

R 5 of 255 = 2%
G 17 of 255 = 7%
B 31 of 255 = 12%

5
17
31

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

Portions of RGB colors in percentages

R + G + B =
5 + 17 + 31 = 53 (100%)
R 5 of 53 ~ 9.43%
G 17 of 53 ~ 32.08%
B 31 of 53 ~ 58.49%

%32.08
%58.49

CMYK color model

#05111F color CMYK value is (84,45,0,88).

  • cyan value is 83.87%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(84,45,0,88)
C84M45Y0K88 
(84%,45%,0%,88%)
(0.84/0.45/0.00/0.88)	

CMYK percentages

%83.87
%45.16
%0
%87.84

Codes

Color #05111F in popluar color models

05111F
RGB51731
HSL212°72.22%7.06%
HSB/HSV212°83.87%12.16%
CMYK83.87%45.16%0.00%
87.84%

Color #05111F in popluar number systems.

HEX05111F
Decimal51731
Binary1011000111111
Octal52137

Shades and tints

Shades of #05111F

#05111F
(5,17,31)
#05101D
(5,16,29)
#050F1B
(5,15,27)
#050E19
(5,14,25)
#050D17
(5,13,23)
#050C15
(5,12,21)
#050B13
(5,11,19)
#050A11
(5,10,17)
#05090F
(5,9,15)
#05080D
(5,8,13)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #05111F

#05111F
(5,17,31)
#1B2633
(27,38,51)
#313B47
(49,59,71)
#47505B
(71,80,91)
#5D656F
(93,101,111)
#737A83
(115,122,131)
#898F97
(137,143,151)
#9FA4AB
(159,164,171)
#B5B9BF
(181,185,191)
#CBCED3
(203,206,211)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05111F; }

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

This text font color is #05111F.


Background Color

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

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

This div background color is #05111F.


Border color

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

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

This div border color is #05111F.


Opacity

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

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

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

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

This text has shadow with #05111F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05111F on black background.


Color preview on white background

This text has color #05111F on white background.



Black color preview on #05111F background

This text has black color on #05111F background.


White color preview on #05111F background

This text has white color on #05111F background.