COLOR #050365

HEX: #050365 RGB: (5,3,101)

Color info

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

RGB color model

#050365 color RGB value is (5,3,101).

RGB: (5,3,101) (2%, 1%, 40%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 101 of 255 = 40%

5
3
101

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

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 101 = 109 (100%)
R 5 of 109 ~ 4.59%
G 3 of 109 ~ 2.75%
B 101 of 109 ~ 92.66'%

%92.66

CMYK color model

#050365 color CMYK value is (95,97,0,60).

  • cyan value is 95.05%
  • magenta value is 97.03%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (95,97,0,60)
C95M97Y0K60 (95%, 97%, 0%, 60%)
(0.95 / 0.97 / 0.00 / 0.60)

CMYK percentages

%95.05
%97.03
%0
%60.39

Codes

Color #050365 in popluar color models

05 03 65
RGB 5 3 101
HSL 241° 94.23% 20.39%
HSB/HSV 241° 97.03% 39.61%
CMYK 95.05% 97.03% 0.00%
60.39%

Color #050365 in popluar number systems.

HEX 05 03 65
Decimal 5 3 101
Binary 101 11 1100101
Octal 5 3 145

Shades and tints

Shades of #050365

#050365
(5,3,101)
#05035C
(5,3,92)
#050353
(5,3,83)
#05034A
(5,3,74)
#050341
(5,3,65)
#050338
(5,3,56)
#05032F
(5,3,47)
#050326
(5,3,38)
#05031D
(5,3,29)
#050314
(5,3,20)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #050365

#050365
(5,3,101)
#1B1973
(27,25,115)
#312F81
(49,47,129)
#47458F
(71,69,143)
#5D5B9D
(93,91,157)
#7371AB
(115,113,171)
#8987B9
(137,135,185)
#9F9DC7
(159,157,199)
#B5B3D5
(181,179,213)
#CBC9E3
(203,201,227)
#E1DFF1
(225,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050365; }

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

This text font color is #050365.

Background Color

.myBgColor { background-color: #050365; }

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

This div background color is #050365.

Border color

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

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

This div border color is #050365.

Opacity

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

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

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

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

This text has shadow with #050365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050365.

Preview

Color preview on black background

This text has color #050365 on black background.


Color preview on white background

This text has color #050365 on white background.


Black color preview on #050365 background

This text has black color on #050365 background.


White color preview on #050365 background

This text has white color on #050365 background.


Related colors

Complementary color

Complementary color for #hex is #FAFC9A.


I love getcolorcode.com

Triadic colors

1 #650503 and #036505 with #050365 are triadic colors.

2 #650305 and #030565 with #050365 are triadic colors.