COLOR #05213A

HEX: #05213A
RGB: (5,33,58)

Color info

#05213A contains red, green and blue colors in about the same proportion. Web safe color of #05213A is #003333 (or #033).

RGB color model

#05213A color RGB value is (5,33,58).

  • red value is 5;
  • green value is 33;
  • blue value is 58.
RGB:
(5,33,58)
(2%,13%,23%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 58 of 255 = 23%

5
33
58

R + G + B ~ 13%. #05213A is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 58 = 96 (100%)
R 5 of 96 ~ 5.21%
G 33 of 96 ~ 34.38%
B 58 of 96 ~ 60.42%

%34.38
%60.42

CMYK color model

#05213A color CMYK value is (91,43,0,77).

  • cyan value is 91.38%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(91,43,0,77)
C91M43Y0K77 
(91%,43%,0%,77%)
(0.91/0.43/0.00/0.77)	

CMYK percentages

%91.38
%43.1
%0
%77.25

Codes

Color #05213A in popluar color models

05213A
RGB53358
HSL208°84.13%12.35%
HSB/HSV208°91.38%22.75%
CMYK91.38%43.10%0.00%
77.25%

Color #05213A in popluar number systems.

HEX05213A
Decimal53358
Binary101100001111010
Octal54172

Shades and tints

Shades of #05213A

#05213A
(5,33,58)
#051E35
(5,30,53)
#051B30
(5,27,48)
#05182B
(5,24,43)
#051526
(5,21,38)
#051221
(5,18,33)
#050F1C
(5,15,28)
#050C17
(5,12,23)
#050912
(5,9,18)
#05060D
(5,6,13)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #05213A

#05213A
(5,33,58)
#1B354B
(27,53,75)
#31495C
(49,73,92)
#475D6D
(71,93,109)
#5D717E
(93,113,126)
#73858F
(115,133,143)
#8999A0
(137,153,160)
#9FADB1
(159,173,177)
#B5C1C2
(181,193,194)
#CBD5D3
(203,213,211)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05213A; }

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

This text font color is #05213A.


Background Color

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

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

This div background color is #05213A.


Border color

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

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

This div border color is #05213A.


Opacity

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

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

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

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

This text has shadow with #05213A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05213A on black background.


Color preview on white background

This text has color #05213A on white background.



Black color preview on #05213A background

This text has black color on #05213A background.


White color preview on #05213A background

This text has white color on #05213A background.