COLOR #050C49

HEX: #050C49
RGB: (5,12,73)

Color info

#050C49 contains mainly blue color. Web safe color of #050C49 is #000033 (or #003).

RGB color model

#050C49 color RGB value is (5,12,73).

  • red value is 5;
  • green value is 12;
  • blue value is 73.
RGB:
(5,12,73)
(2%,5%,29%)

RGB channels and saturation

R 5 of 255 = 2%
G 12 of 255 = 5%
B 73 of 255 = 29%

5
12
73

R + G + B ~ 12%. #050C49 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 12 + 73 = 90 (100%)
R 5 of 90 ~ 5.56%
G 12 of 90 ~ 13.33%
B 73 of 90 ~ 81.11%

%13.33
%81.11

CMYK color model

#050C49 color CMYK value is (93,84,0,71).

  • cyan value is 93.15%
  • magenta value is 83.56%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(93,84,0,71)
C93M84Y0K71 
(93%,84%,0%,71%)
(0.93/0.84/0.00/0.71)	

CMYK percentages

%93.15
%83.56
%0
%71.37

Codes

Color #050C49 in popluar color models

050C49
RGB51273
HSL234°87.18%15.29%
HSB/HSV234°93.15%28.63%
CMYK93.15%83.56%0.00%
71.37%

Color #050C49 in popluar number systems.

HEX050C49
Decimal51273
Binary10111001001001
Octal514111

Shades and tints

Shades of #050C49

#050C49
(5,12,73)
#050B43
(5,11,67)
#050A3D
(5,10,61)
#050937
(5,9,55)
#050831
(5,8,49)
#05072B
(5,7,43)
#050625
(5,6,37)
#05051F
(5,5,31)
#050419
(5,4,25)
#050313
(5,3,19)
#05020D
(5,2,13)
#000000
(0,0,0)

Tints of #050C49

#050C49
(5,12,73)
#1B2259
(27,34,89)
#313869
(49,56,105)
#474E79
(71,78,121)
#5D6489
(93,100,137)
#737A99
(115,122,153)
#8990A9
(137,144,169)
#9FA6B9
(159,166,185)
#B5BCC9
(181,188,201)
#CBD2D9
(203,210,217)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050C49 color. Also use rgb(5,12,73) instead hex code.

Text Font Color

.myTextColor { color: #050C49; }

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

This text font color is #050C49.


Background Color

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

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

This div background color is #050C49.


Border color

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

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

This div border color is #050C49.


Opacity

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

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

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

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

This text has shadow with #050C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050C49 on black background.


Color preview on white background

This text has color #050C49 on white background.



Black color preview on #050C49 background

This text has black color on #050C49 background.


White color preview on #050C49 background

This text has white color on #050C49 background.