COLOR #05024E

HEX: #05024E RGB: (5,2,78)

Color info

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

RGB color model

#05024E color RGB value is (5,2,78).

RGB: (5,2,78) (2%, 1%, 31%)

RGB channels and saturation

R 5 of 255 = 2%
G 2 of 255 = 1%
B 78 of 255 = 31%

5
2
78

R + G + B ~ 11%. #05024E is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 2 + 78 = 85 (100%)
R 5 of 85 ~ 5.88%
G 2 of 85 ~ 2.35%
B 78 of 85 ~ 91.76'%

%91.76

CMYK color model

#05024E color CMYK value is (94,97,0,69).

  • cyan value is 93.59%
  • magenta value is 97.44%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (94,97,0,69)
C94M97Y0K69 (94%, 97%, 0%, 69%)
(0.94 / 0.97 / 0.00 / 0.69)

CMYK percentages

%93.59
%97.44
%0
%69.41

Codes

Color #05024E in popluar color models

05 02 4E
RGB 5 2 78
HSL 242° 95.00% 15.69%
HSB/HSV 242° 97.44% 30.59%
CMYK 93.59% 97.44% 0.00%
69.41%

Color #05024E in popluar number systems.

HEX 05 02 4E
Decimal 5 2 78
Binary 101 10 1001110
Octal 5 2 116

Shades and tints

Shades of #05024E

#05024E
(5,2,78)
#050247
(5,2,71)
#050240
(5,2,64)
#050239
(5,2,57)
#050232
(5,2,50)
#05022B
(5,2,43)
#050224
(5,2,36)
#05021D
(5,2,29)
#050216
(5,2,22)
#05020F
(5,2,15)
#050208
(5,2,8)
#000000
(0,0,0)

Tints of #05024E

#05024E
(5,2,78)
#1B195E
(27,25,94)
#31306E
(49,48,110)
#47477E
(71,71,126)
#5D5E8E
(93,94,142)
#73759E
(115,117,158)
#898CAE
(137,140,174)
#9FA3BE
(159,163,190)
#B5BACE
(181,186,206)
#CBD1DE
(203,209,222)
#E1E8EE
(225,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05024E color. Also use rgb(5,2,78) instead hex code.

Text Font Color

.myTextColor { color: #05024E; }

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

This text font color is #05024E.

Background Color

.myBgColor { background-color: #05024E; }

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

This div background color is #05024E.

Border color

.myBorderColor { border: 1px solid #05024E; }

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

This div border color is #05024E.

Opacity

.myOpacity80 { color: #05024E; opacity: 0.8; }

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

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

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

This text has shadow with #05024E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05024E.

Preview

Color preview on black background

This text has color #05024E on black background.


Color preview on white background

This text has color #05024E on white background.


Black color preview on #05024E background

This text has black color on #05024E background.


White color preview on #05024E background

This text has white color on #05024E background.


Related colors

Complementary color

Complementary color for #hex is #FAFDB1.


I love getcolorcode.com

Triadic colors

1 #4E0502 and #024E05 with #05024E are triadic colors.

2 #4E0205 and #02054E with #05024E are triadic colors.