COLOR #050E8E

HEX: #050E8E RGB: (5,14,142)

Color info

#050E8E contains mainly blue color. Web safe color of #050E8E is #000099 (or #009).

RGB color model

#050E8E color RGB value is (5,14,142).

RGB: (5,14,142) (2%, 5%, 56%)

RGB channels and saturation

R 5 of 255 = 2%
G 14 of 255 = 5%
B 142 of 255 = 56%

5
14
142

R + G + B ~ 21%. #050E8E is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 14 + 142 = 161 (100%)
R 5 of 161 ~ 3.11%
G 14 of 161 ~ 8.7%
B 142 of 161 ~ 88.2'%

%88.2

CMYK color model

#050E8E color CMYK value is (96,90,0,44).

  • cyan value is 96.48%
  • magenta value is 90.14%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (96,90,0,44)
C96M90Y0K44 (96%, 90%, 0%, 44%)
(0.96 / 0.90 / 0.00 / 0.44)

CMYK percentages

%96.48
%90.14
%0
%44.31

Codes

Color #050E8E in popluar color models

05 0E 8E
RGB 5 14 142
HSL 236° 93.20% 28.82%
HSB/HSV 236° 96.48% 55.69%
CMYK 96.48% 90.14% 0.00%
44.31%

Color #050E8E in popluar number systems.

HEX 05 0E 8E
Decimal 5 14 142
Binary 101 1110 10001110
Octal 5 16 216

Shades and tints

Shades of #050E8E

#050E8E
(5,14,142)
#050D82
(5,13,130)
#050C76
(5,12,118)
#050B6A
(5,11,106)
#050A5E
(5,10,94)
#050952
(5,9,82)
#050846
(5,8,70)
#05073A
(5,7,58)
#05062E
(5,6,46)
#050522
(5,5,34)
#050416
(5,4,22)
#000000
(0,0,0)

Tints of #050E8E

#050E8E
(5,14,142)
#1B2398
(27,35,152)
#3138A2
(49,56,162)
#474DAC
(71,77,172)
#5D62B6
(93,98,182)
#7377C0
(115,119,192)
#898CCA
(137,140,202)
#9FA1D4
(159,161,212)
#B5B6DE
(181,182,222)
#CBCBE8
(203,203,232)
#E1E0F2
(225,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050E8E color. Also use rgb(5,14,142) instead hex code.

Text Font Color

.myTextColor { color: #050E8E; }

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

This text font color is #050E8E.

Background Color

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

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

This div background color is #050E8E.

Border color

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

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

This div border color is #050E8E.

Opacity

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

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

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

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

This text has shadow with #050E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050E8E.

Preview

Color preview on black background

This text has color #050E8E on black background.


Color preview on white background

This text has color #050E8E on white background.


Black color preview on #050E8E background

This text has black color on #050E8E background.


White color preview on #050E8E background

This text has white color on #050E8E background.


Related colors

Complementary color

Complementary color for #hex is #FAF171.


I love getcolorcode.com

Triadic colors

1 #8E050E and #0E8E05 with #050E8E are triadic colors.

2 #8E0E05 and #0E058E with #050E8E are triadic colors.