COLOR #00053A

HEX: #00053A
RGB: (0,5,58)

Color info

#00053A contains only green and blue colors. Web safe color of #00053A is #000033 (or #003).

RGB color model

#00053A color RGB value is (0,5,58).

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

RGB channels and saturation

R 0 of 255 = 0%
G 5 of 255 = 2%
B 58 of 255 = 23%

0
5
58

R + G + B ~ 8%. #00053A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 58 = 63 (100%)
R 0 of 63 ~ 0%
G 5 of 63 ~ 7.94%
B 58 of 63 ~ 92.06%

%92.06

CMYK color model

#00053A color CMYK value is (100,91,0,77).

  • cyan value is 100.00%
  • magenta value is 91.38%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(100,91,0,77)
C100M91Y0K77 
(100%,91%,0%,77%)
(1.00/0.91/0.00/0.77)	

CMYK percentages

%100
%91.38
%0
%77.25

Codes

Color #00053A in popluar color models

00053A
RGB0558
HSL235°100.00%11.37%
HSB/HSV235°100.00%22.75%
CMYK100.00%91.38%0.00%
77.25%

Color #00053A in popluar number systems.

HEX00053A
Decimal0558
Binary0101111010
Octal0572

Shades and tints

Shades of #00053A

#00053A
(0,5,58)
#000535
(0,5,53)
#000530
(0,5,48)
#00052B
(0,5,43)
#000526
(0,5,38)
#000521
(0,5,33)
#00051C
(0,5,28)
#000517
(0,5,23)
#000512
(0,5,18)
#00050D
(0,5,13)
#000508
(0,5,8)
#000000
(0,0,0)

Tints of #00053A

#00053A
(0,5,58)
#171B4B
(23,27,75)
#2E315C
(46,49,92)
#45476D
(69,71,109)
#5C5D7E
(92,93,126)
#73738F
(115,115,143)
#8A89A0
(138,137,160)
#A19FB1
(161,159,177)
#B8B5C2
(184,181,194)
#CFCBD3
(207,203,211)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00053A; }

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

This text font color is #00053A.


Background Color

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

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

This div background color is #00053A.


Border color

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

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

This div border color is #00053A.


Opacity

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

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

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

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

This text has shadow with #00053A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00053A on black background.


Color preview on white background

This text has color #00053A on white background.



Black color preview on #00053A background

This text has black color on #00053A background.


White color preview on #00053A background

This text has white color on #00053A background.