COLOR #050389

HEX: #050389
RGB: (5,3,137)

Color info

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

RGB color model

#050389 color RGB value is (5,3,137).

  • red value is 5;
  • green value is 3;
  • blue value is 137.
RGB:
(5,3,137)
(2%,1%,54%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 137 of 255 = 54%

5
3
137

R + G + B ~ 19%. #050389 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 3 + 137 = 145 (100%)
R 5 of 145 ~ 3.45%
G 3 of 145 ~ 2.07%
B 137 of 145 ~ 94.48%

%94.48

CMYK color model

#050389 color CMYK value is (96,98,0,46).

  • cyan value is 96.35%
  • magenta value is 97.81%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(96,98,0,46)
C96M98Y0K46 
(96%,98%,0%,46%)
(0.96/0.98/0.00/0.46)	

CMYK percentages

%96.35
%97.81
%0
%46.27

Codes

Color #050389 in popluar color models

050389
RGB53137
HSL241°95.71%27.45%
HSB/HSV241°97.81%53.73%
CMYK96.35%97.81%0.00%
46.27%

Color #050389 in popluar number systems.

HEX050389
Decimal53137
Binary1011110001001
Octal53211

Shades and tints

Shades of #050389

#050389
(5,3,137)
#05037D
(5,3,125)
#050371
(5,3,113)
#050365
(5,3,101)
#050359
(5,3,89)
#05034D
(5,3,77)
#050341
(5,3,65)
#050335
(5,3,53)
#050329
(5,3,41)
#05031D
(5,3,29)
#050311
(5,3,17)
#000000
(0,0,0)

Tints of #050389

#050389
(5,3,137)
#1B1993
(27,25,147)
#312F9D
(49,47,157)
#4745A7
(71,69,167)
#5D5BB1
(93,91,177)
#7371BB
(115,113,187)
#8987C5
(137,135,197)
#9F9DCF
(159,157,207)
#B5B3D9
(181,179,217)
#CBC9E3
(203,201,227)
#E1DFED
(225,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050389 color. Also use rgb(5,3,137) instead hex code.

Text Font Color

.myTextColor { color: #050389; }

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

This text font color is #050389.


Background Color

.myBgColor { background-color: #050389; }

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

This div background color is #050389.


Border color

.myBorderColor { border: 1px solid #050389; }

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

This div border color is #050389.


Opacity

.myOpacity80 { color: #050389; opacity: 0.8; }

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

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

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

This text has shadow with #050389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050389 on black background.


Color preview on white background

This text has color #050389 on white background.



Black color preview on #050389 background

This text has black color on #050389 background.


White color preview on #050389 background

This text has white color on #050389 background.