COLOR #050D4D

HEX: #050D4D
RGB: (5,13,77)

Color info

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

RGB color model

#050D4D color RGB value is (5,13,77).

  • red value is 5;
  • green value is 13;
  • blue value is 77.
RGB:
(5,13,77)
(2%,5%,30%)

RGB channels and saturation

R 5 of 255 = 2%
G 13 of 255 = 5%
B 77 of 255 = 30%

5
13
77

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

Portions of RGB colors in percentages

R + G + B =
5 + 13 + 77 = 95 (100%)
R 5 of 95 ~ 5.26%
G 13 of 95 ~ 13.68%
B 77 of 95 ~ 81.05%

%13.68
%81.05

CMYK color model

#050D4D color CMYK value is (94,83,0,70).

  • cyan value is 93.51%
  • magenta value is 83.12%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(94,83,0,70)
C94M83Y0K70 
(94%,83%,0%,70%)
(0.94/0.83/0.00/0.70)	

CMYK percentages

%93.51
%83.12
%0
%69.8

Codes

Color #050D4D in popluar color models

050D4D
RGB51377
HSL233°87.80%16.08%
HSB/HSV233°93.51%30.20%
CMYK93.51%83.12%0.00%
69.80%

Color #050D4D in popluar number systems.

HEX050D4D
Decimal51377
Binary10111011001101
Octal515115

Shades and tints

Shades of #050D4D

#050D4D
(5,13,77)
#050C46
(5,12,70)
#050B3F
(5,11,63)
#050A38
(5,10,56)
#050931
(5,9,49)
#05082A
(5,8,42)
#050723
(5,7,35)
#05061C
(5,6,28)
#050515
(5,5,21)
#05040E
(5,4,14)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #050D4D

#050D4D
(5,13,77)
#1B235D
(27,35,93)
#31396D
(49,57,109)
#474F7D
(71,79,125)
#5D658D
(93,101,141)
#737B9D
(115,123,157)
#8991AD
(137,145,173)
#9FA7BD
(159,167,189)
#B5BDCD
(181,189,205)
#CBD3DD
(203,211,221)
#E1E9ED
(225,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050D4D color. Also use rgb(5,13,77) instead hex code.

Text Font Color

.myTextColor { color: #050D4D; }

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

This text font color is #050D4D.


Background Color

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

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

This div background color is #050D4D.


Border color

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

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

This div border color is #050D4D.


Opacity

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

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

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

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

This text has shadow with #050D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050D4D on black background.


Color preview on white background

This text has color #050D4D on white background.



Black color preview on #050D4D background

This text has black color on #050D4D background.


White color preview on #050D4D background

This text has white color on #050D4D background.