COLOR #050B31

HEX: #050B31
RGB: (5,11,49)

Color info

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

RGB color model

#050B31 color RGB value is (5,11,49).

  • red value is 5;
  • green value is 11;
  • blue value is 49.
RGB:
(5,11,49)
(2%,4%,19%)

RGB channels and saturation

R 5 of 255 = 2%
G 11 of 255 = 4%
B 49 of 255 = 19%

5
11
49

R + G + B ~ 8%. #050B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 11 + 49 = 65 (100%)
R 5 of 65 ~ 7.69%
G 11 of 65 ~ 16.92%
B 49 of 65 ~ 75.38%

%16.92
%75.38

CMYK color model

#050B31 color CMYK value is (90,78,0,81).

  • cyan value is 89.80%
  • magenta value is 77.55%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(90,78,0,81)
C90M78Y0K81 
(90%,78%,0%,81%)
(0.90/0.78/0.00/0.81)	

CMYK percentages

%89.8
%77.55
%0
%80.78

Codes

Color #050B31 in popluar color models

050B31
RGB51149
HSL232°81.48%10.59%
HSB/HSV232°89.80%19.22%
CMYK89.80%77.55%0.00%
80.78%

Color #050B31 in popluar number systems.

HEX050B31
Decimal51149
Binary1011011110001
Octal51361

Shades and tints

Shades of #050B31

#050B31
(5,11,49)
#050A2D
(5,10,45)
#050929
(5,9,41)
#050825
(5,8,37)
#050721
(5,7,33)
#05061D
(5,6,29)
#050519
(5,5,25)
#050415
(5,4,21)
#050311
(5,3,17)
#05020D
(5,2,13)
#050109
(5,1,9)
#000000
(0,0,0)

Tints of #050B31

#050B31
(5,11,49)
#1B2143
(27,33,67)
#313755
(49,55,85)
#474D67
(71,77,103)
#5D6379
(93,99,121)
#73798B
(115,121,139)
#898F9D
(137,143,157)
#9FA5AF
(159,165,175)
#B5BBC1
(181,187,193)
#CBD1D3
(203,209,211)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050B31 color. Also use rgb(5,11,49) instead hex code.

Text Font Color

.myTextColor { color: #050B31; }

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

This text font color is #050B31.


Background Color

.myBgColor { background-color: #050B31; }

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

This div background color is #050B31.


Border color

.myBorderColor { border: 1px solid #050B31; }

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

This div border color is #050B31.


Opacity

.myOpacity80 { color: #050B31; opacity: 0.8; }

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

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

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

This text has shadow with #050B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050B31 on black background.


Color preview on white background

This text has color #050B31 on white background.



Black color preview on #050B31 background

This text has black color on #050B31 background.


White color preview on #050B31 background

This text has white color on #050B31 background.