COLOR #050D5A

HEX: #050D5A RGB: (5,13,90)

Color info

#050D5A contains mainly blue color. Web safe color of #050D5A is #000066 (or #006).

RGB color model

#050D5A color RGB value is (5,13,90).

RGB: (5,13,90) (2%, 5%, 35%)

RGB channels and saturation

R 5 of 255 = 2%
G 13 of 255 = 5%
B 90 of 255 = 35%

5
13
90

R + G + B ~ 14%. #050D5A is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 13 + 90 = 108 (100%)
R 5 of 108 ~ 4.63%
G 13 of 108 ~ 12.04%
B 90 of 108 ~ 83.33'%

%12.04
%83.33

CMYK color model

#050D5A color CMYK value is (94,86,0,65).

  • cyan value is 94.44%
  • magenta value is 85.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (94,86,0,65)
C94M86Y0K65 (94%, 86%, 0%, 65%)
(0.94 / 0.86 / 0.00 / 0.65)

CMYK percentages

%94.44
%85.56
%0
%64.71

Codes

Color #050D5A in popluar color models

05 0D 5A
RGB 5 13 90
HSL 234° 89.47% 18.63%
HSB/HSV 234° 94.44% 35.29%
CMYK 94.44% 85.56% 0.00%
64.71%

Color #050D5A in popluar number systems.

HEX 05 0D 5A
Decimal 5 13 90
Binary 101 1101 1011010
Octal 5 15 132

Shades and tints

Shades of #050D5A

#050D5A
(5,13,90)
#050C52
(5,12,82)
#050B4A
(5,11,74)
#050A42
(5,10,66)
#05093A
(5,9,58)
#050832
(5,8,50)
#05072A
(5,7,42)
#050622
(5,6,34)
#05051A
(5,5,26)
#050412
(5,4,18)
#05030A
(5,3,10)
#000000
(0,0,0)

Tints of #050D5A

#050D5A
(5,13,90)
#1B2369
(27,35,105)
#313978
(49,57,120)
#474F87
(71,79,135)
#5D6596
(93,101,150)
#737BA5
(115,123,165)
#8991B4
(137,145,180)
#9FA7C3
(159,167,195)
#B5BDD2
(181,189,210)
#CBD3E1
(203,211,225)
#E1E9F0
(225,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050D5A; }

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

This text font color is #050D5A.

Background Color

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

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

This div background color is #050D5A.

Border color

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

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

This div border color is #050D5A.

Opacity

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

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

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

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

This text has shadow with #050D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050D5A.

Preview

Color preview on black background

This text has color #050D5A on black background.


Color preview on white background

This text has color #050D5A on white background.


Black color preview on #050D5A background

This text has black color on #050D5A background.


White color preview on #050D5A background

This text has white color on #050D5A background.


Related colors

Complementary color

Complementary color for #hex is #FAF2A5.


I love getcolorcode.com

Triadic colors

1 #5A050D and #0D5A05 with #050D5A are triadic colors.

2 #5A0D05 and #0D055A with #050D5A are triadic colors.