COLOR #050B46

HEX: #050B46
RGB: (5,11,70)

Color info

#050B46 contains mainly green and blue colors. Web safe color of #050B46 is #000033 (or #003).

RGB color model

#050B46 color RGB value is (5,11,70).

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

RGB channels and saturation

R 5 of 255 = 2%
G 11 of 255 = 4%
B 70 of 255 = 27%

5
11
70

R + G + B ~ 11%. #050B46 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 11 + 70 = 86 (100%)
R 5 of 86 ~ 5.81%
G 11 of 86 ~ 12.79%
B 70 of 86 ~ 81.4%

%12.79
%81.4

CMYK color model

#050B46 color CMYK value is (93,84,0,73).

  • cyan value is 92.86%
  • magenta value is 84.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(93,84,0,73)
C93M84Y0K73 
(93%,84%,0%,73%)
(0.93/0.84/0.00/0.73)	

CMYK percentages

%92.86
%84.29
%0
%72.55

Codes

Color #050B46 in popluar color models

050B46
RGB51170
HSL234°86.67%14.71%
HSB/HSV234°92.86%27.45%
CMYK92.86%84.29%0.00%
72.55%

Color #050B46 in popluar number systems.

HEX050B46
Decimal51170
Binary10110111000110
Octal513106

Shades and tints

Shades of #050B46

#050B46
(5,11,70)
#050A40
(5,10,64)
#05093A
(5,9,58)
#050834
(5,8,52)
#05072E
(5,7,46)
#050628
(5,6,40)
#050522
(5,5,34)
#05041C
(5,4,28)
#050316
(5,3,22)
#050210
(5,2,16)
#05010A
(5,1,10)
#000000
(0,0,0)

Tints of #050B46

#050B46
(5,11,70)
#1B2156
(27,33,86)
#313766
(49,55,102)
#474D76
(71,77,118)
#5D6386
(93,99,134)
#737996
(115,121,150)
#898FA6
(137,143,166)
#9FA5B6
(159,165,182)
#B5BBC6
(181,187,198)
#CBD1D6
(203,209,214)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050B46; }

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

This text font color is #050B46.


Background Color

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

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

This div background color is #050B46.


Border color

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

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

This div border color is #050B46.


Opacity

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

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

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

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

This text has shadow with #050B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050B46 on black background.


Color preview on white background

This text has color #050B46 on white background.



Black color preview on #050B46 background

This text has black color on #050B46 background.


White color preview on #050B46 background

This text has white color on #050B46 background.