COLOR #050D1B

HEX: #050D1B RGB: (5,13,27)

Color info

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

RGB color model

#050D1B color RGB value is (5,13,27).

RGB: (5,13,27) (2%, 5%, 11%)

RGB channels and saturation

R 5 of 255 = 2%
G 13 of 255 = 5%
B 27 of 255 = 11%

5
13
27

R + G + B ~ 6%. #050D1B is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 13 + 27 = 45 (100%)
R 5 of 45 ~ 11.11%
G 13 of 45 ~ 28.89%
B 27 of 45 ~ 60'%

%11.11
%28.89
%60

CMYK color model

#050D1B color CMYK value is (81,52,0,89).

  • cyan value is 81.48%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (81,52,0,89)
C81M52Y0K89 (81%, 52%, 0%, 89%)
(0.81 / 0.52 / 0.00 / 0.89)

CMYK percentages

%81.48
%51.85
%0
%89.41

Codes

Color #050D1B in popluar color models

05 0D 1B
RGB 5 13 27
HSL 218° 68.75% 6.27%
HSB/HSV 218° 81.48% 10.59%
CMYK 81.48% 51.85% 0.00%
89.41%

Color #050D1B in popluar number systems.

HEX 05 0D 1B
Decimal 5 13 27
Binary 101 1101 11011
Octal 5 15 33

Shades and tints

Shades of #050D1B

#050D1B
(5,13,27)
#050C19
(5,12,25)
#050B17
(5,11,23)
#050A15
(5,10,21)
#050913
(5,9,19)
#050811
(5,8,17)
#05070F
(5,7,15)
#05060D
(5,6,13)
#05050B
(5,5,11)
#050409
(5,4,9)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #050D1B

#050D1B
(5,13,27)
#1B232F
(27,35,47)
#313943
(49,57,67)
#474F57
(71,79,87)
#5D656B
(93,101,107)
#737B7F
(115,123,127)
#899193
(137,145,147)
#9FA7A7
(159,167,167)
#B5BDBB
(181,189,187)
#CBD3CF
(203,211,207)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050D1B; }

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

This text font color is #050D1B.

Background Color

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

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

This div background color is #050D1B.

Border color

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

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

This div border color is #050D1B.

Opacity

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

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

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

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

This text has shadow with #050D1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050D1B.

Preview

Color preview on black background

This text has color #050D1B on black background.


Color preview on white background

This text has color #050D1B on white background.


Black color preview on #050D1B background

This text has black color on #050D1B background.


White color preview on #050D1B background

This text has white color on #050D1B background.


Related colors

Complementary color

Complementary color for #hex is #FAF2E4.


I love getcolorcode.com

Triadic colors

1 #1B050D and #0D1B05 with #050D1B are triadic colors.

2 #1B0D05 and #0D051B with #050D1B are triadic colors.