COLOR #050041

HEX: #050041 RGB: (5,0,65)

Color info

#050041 contains mainly blue color. Web safe color of #050041 is #000033 (or #003).

RGB color model

#050041 color RGB value is (5,0,65).

RGB: (5,0,65) (2%, 0%, 25%)

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 65 of 255 = 25%

5
0
65

R + G + B ~ 9%. #050041 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 0 + 65 = 70 (100%)
R 5 of 70 ~ 7.14%
G 0 of 70 ~ 0%
B 65 of 70 ~ 92.86'%

%92.86

CMYK color model

#050041 color CMYK value is (92,100,0,75).

  • cyan value is 92.31%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (92,100,0,75) C92M100Y0K75 (92%,100%,0%,75%) (0.92/1.00/0.00/0.75) 

CMYK percentages

%92.31
%100
%0
%74.51

Codes

Color #050041 in popluar color models

05 00 41
RGB 5 0 65
HSL 245° 100.00% 12.75%
HSB/HSV 245° 100.00% 25.49%
CMYK 92.31% 100.00% 0.00%
74.51%

Color #050041 in popluar number systems.

HEX 05 00 41
Decimal 5 0 65
Binary 101 0 1000001
Octal 5 0 101

Shades and tints

Shades of #050041

#050041
(5,0,65)
#05003C
(5,0,60)
#050037
(5,0,55)
#050032
(5,0,50)
#05002D
(5,0,45)
#050028
(5,0,40)
#050023
(5,0,35)
#05001E
(5,0,30)
#050019
(5,0,25)
#050014
(5,0,20)
#05000F
(5,0,15)
#000000
(0,0,0)

Tints of #050041

#050041
(5,0,65)
#1B1752
(27,23,82)
#312E63
(49,46,99)
#474574
(71,69,116)
#5D5C85
(93,92,133)
#737396
(115,115,150)
#898AA7
(137,138,167)
#9FA1B8
(159,161,184)
#B5B8C9
(181,184,201)
#CBCFDA
(203,207,218)
#E1E6EB
(225,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050041 color. Also use rgb(5,0,65) instead hex code.

Text Font Color

.myTextColor { color: #050041; }

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

This text font color is #050041.

Background Color

.myBgColor { background-color: #050041; }

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

This div background color is #050041.

Border color

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

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

This div border color is #050041.

Opacity

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

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

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

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

This text has shadow with #050041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050041.

Preview

Color preview on black background

This text has color #050041 on black background.


Color preview on white background

This text has color #050041 on white background.


Black color preview on #050041 background

This text has black color on #050041 background.


White color preview on #050041 background

This text has white color on #050041 background.


Related colors

Complementary color

Complementary color for #hex is #FAFFBE.


I love getcolorcode.com

Triadic colors

1 #410500 and #004105 with #050041 are triadic colors.

2 #410005 and #000541 with #050041 are triadic colors.