COLOR #050363

HEX: #050363 RGB: (5,3,99)

Color info

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

RGB color model

#050363 color RGB value is (5,3,99).

RGB: (5,3,99) (2%, 1%, 39%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 99 of 255 = 39%

5
3
99

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

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 99 = 107 (100%)
R 5 of 107 ~ 4.67%
G 3 of 107 ~ 2.8%
B 99 of 107 ~ 92.52'%

%92.52

CMYK color model

#050363 color CMYK value is (95,97,0,61).

  • cyan value is 94.95%
  • magenta value is 96.97%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (95,97,0,61) C95M97Y0K61 (95%,97%,0%,61%) (0.95/0.97/0.00/0.61) 

CMYK percentages

%94.95
%96.97
%0
%61.18

Codes

Color #050363 in popluar color models

05 03 63
RGB 5 3 99
HSL 241° 94.12% 20.00%
HSB/HSV 241° 96.97% 38.82%
CMYK 94.95% 96.97% 0.00%
61.18%

Color #050363 in popluar number systems.

HEX 05 03 63
Decimal 5 3 99
Binary 101 11 1100011
Octal 5 3 143

Shades and tints

Shades of #050363

#050363
(5,3,99)
#05035A
(5,3,90)
#050351
(5,3,81)
#050348
(5,3,72)
#05033F
(5,3,63)
#050336
(5,3,54)
#05032D
(5,3,45)
#050324
(5,3,36)
#05031B
(5,3,27)
#050312
(5,3,18)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #050363

#050363
(5,3,99)
#1B1971
(27,25,113)
#312F7F
(49,47,127)
#47458D
(71,69,141)
#5D5B9B
(93,91,155)
#7371A9
(115,113,169)
#8987B7
(137,135,183)
#9F9DC5
(159,157,197)
#B5B3D3
(181,179,211)
#CBC9E1
(203,201,225)
#E1DFEF
(225,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050363; }

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

This text font color is #050363.

Background Color

.myBgColor { background-color: #050363; }

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

This div background color is #050363.

Border color

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

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

This div border color is #050363.

Opacity

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

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

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

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

This text has shadow with #050363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050363.

Preview

Color preview on black background

This text has color #050363 on black background.


Color preview on white background

This text has color #050363 on white background.


Black color preview on #050363 background

This text has black color on #050363 background.


White color preview on #050363 background

This text has white color on #050363 background.


Related colors

Complementary color

Complementary color for #hex is #FAFC9C.


I love getcolorcode.com

Triadic colors

1 #630503 and #036305 with #050363 are triadic colors.

2 #630305 and #030563 with #050363 are triadic colors.