COLOR #050359

HEX: #050359 RGB: (5,3,89)

Color info

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

RGB color model

#050359 color RGB value is (5,3,89).

RGB: (5,3,89) (2%, 1%, 35%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 89 of 255 = 35%

5
3
89

R + G + B ~ 13%. #050359 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 89 = 97 (100%)
R 5 of 97 ~ 5.15%
G 3 of 97 ~ 3.09%
B 89 of 97 ~ 91.75'%

%91.75

CMYK color model

#050359 color CMYK value is (94,97,0,65).

  • cyan value is 94.38%
  • magenta value is 96.63%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (94,97,0,65)
C94M97Y0K65 (94%, 97%, 0%, 65%)
(0.94 / 0.97 / 0.00 / 0.65)

CMYK percentages

%94.38
%96.63
%0
%65.1

Codes

Color #050359 in popluar color models

05 03 59
RGB 5 3 89
HSL 241° 93.48% 18.04%
HSB/HSV 241° 96.63% 34.90%
CMYK 94.38% 96.63% 0.00%
65.10%

Color #050359 in popluar number systems.

HEX 05 03 59
Decimal 5 3 89
Binary 101 11 1011001
Octal 5 3 131

Shades and tints

Shades of #050359

#050359
(5,3,89)
#050351
(5,3,81)
#050349
(5,3,73)
#050341
(5,3,65)
#050339
(5,3,57)
#050331
(5,3,49)
#050329
(5,3,41)
#050321
(5,3,33)
#050319
(5,3,25)
#050311
(5,3,17)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #050359

#050359
(5,3,89)
#1B1968
(27,25,104)
#312F77
(49,47,119)
#474586
(71,69,134)
#5D5B95
(93,91,149)
#7371A4
(115,113,164)
#8987B3
(137,135,179)
#9F9DC2
(159,157,194)
#B5B3D1
(181,179,209)
#CBC9E0
(203,201,224)
#E1DFEF
(225,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050359; }

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

This text font color is #050359.

Background Color

.myBgColor { background-color: #050359; }

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

This div background color is #050359.

Border color

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

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

This div border color is #050359.

Opacity

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

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

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

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

This text has shadow with #050359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050359.

Preview

Color preview on black background

This text has color #050359 on black background.


Color preview on white background

This text has color #050359 on white background.


Black color preview on #050359 background

This text has black color on #050359 background.


White color preview on #050359 background

This text has white color on #050359 background.


Related colors

Complementary color

Complementary color for #hex is #FAFCA6.


I love getcolorcode.com

Triadic colors

1 #590503 and #035905 with #050359 are triadic colors.

2 #590305 and #030559 with #050359 are triadic colors.