COLOR #05215A

HEX: #05215A RGB: (5,33,90)

Color info

#05215A contains mainly green and blue colors. Web safe color of #05215A is #003366 (or #036).

RGB color model

#05215A color RGB value is (5,33,90).

RGB: (5,33,90) (2%, 13%, 35%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 90 of 255 = 35%

5
33
90

R + G + B ~ 17%. #05215A is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 33 + 90 = 128 (100%)
R 5 of 128 ~ 3.91%
G 33 of 128 ~ 25.78%
B 90 of 128 ~ 70.31'%

%25.78
%70.31

CMYK color model

#05215A color CMYK value is (94,63,0,65).

  • cyan value is 94.44%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (94,63,0,65) C94M63Y0K65 (94%,63%,0%,65%) (0.94/0.63/0.00/0.65) 

CMYK percentages

%94.44
%63.33
%0
%64.71

Codes

Color #05215A in popluar color models

05 21 5A
RGB 5 33 90
HSL 220° 89.47% 18.63%
HSB/HSV 220° 94.44% 35.29%
CMYK 94.44% 63.33% 0.00%
64.71%

Color #05215A in popluar number systems.

HEX 05 21 5A
Decimal 5 33 90
Binary 101 100001 1011010
Octal 5 41 132

Shades and tints

Shades of #05215A

#05215A
(5,33,90)
#051E52
(5,30,82)
#051B4A
(5,27,74)
#051842
(5,24,66)
#05153A
(5,21,58)
#051232
(5,18,50)
#050F2A
(5,15,42)
#050C22
(5,12,34)
#05091A
(5,9,26)
#050612
(5,6,18)
#05030A
(5,3,10)
#000000
(0,0,0)

Tints of #05215A

#05215A
(5,33,90)
#1B3569
(27,53,105)
#314978
(49,73,120)
#475D87
(71,93,135)
#5D7196
(93,113,150)
#7385A5
(115,133,165)
#8999B4
(137,153,180)
#9FADC3
(159,173,195)
#B5C1D2
(181,193,210)
#CBD5E1
(203,213,225)
#E1E9F0
(225,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05215A color. Also use rgb(5,33,90) instead hex code.

Text Font Color

.myTextColor { color: #05215A; }

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

This text font color is #05215A.

Background Color

.myBgColor { background-color: #05215A; }

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

This div background color is #05215A.

Border color

.myBorderColor { border: 1px solid #05215A; }

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

This div border color is #05215A.

Opacity

.myOpacity80 { color: #05215A; opacity: 0.8; }

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

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

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

This text has shadow with #05215A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05215A.

Preview

Color preview on black background

This text has color #05215A on black background.


Color preview on white background

This text has color #05215A on white background.


Black color preview on #05215A background

This text has black color on #05215A background.


White color preview on #05215A background

This text has white color on #05215A background.


Related colors

Complementary color

Complementary color for #hex is #FADEA5.


I love getcolorcode.com

Triadic colors

1 #5A0521 and #215A05 with #05215A are triadic colors.

2 #5A2105 and #21055A with #05215A are triadic colors.