COLOR #00053D

HEX: #00053D RGB: (0,5,61)

Color info

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

RGB color model

#00053D color RGB value is (0,5,61).

RGB: (0,5,61) (0%, 2%, 24%)

RGB channels and saturation

R 0 of 255 = 0%
G 5 of 255 = 2%
B 61 of 255 = 24%

0
5
61

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

Portions of RGB colors in percentages

R + G + B = 0 + 5 + 61 = 66 (100%)
R 0 of 66 ~ 0%
G 5 of 66 ~ 7.58%
B 61 of 66 ~ 92.42'%

%92.42

CMYK color model

#00053D color CMYK value is (100,92,0,76).

  • cyan value is 100.00%
  • magenta value is 91.80%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (100,92,0,76)
C100M92Y0K76 (100%, 92%, 0%, 76%)
(1.00 / 0.92 / 0.00 / 0.76)

CMYK percentages

%100
%91.8
%0
%76.08

Codes

Color #00053D in popluar color models

00 05 3D
RGB 0 5 61
HSL 235° 100.00% 11.96%
HSB/HSV 235° 100.00% 23.92%
CMYK 100.00% 91.80% 0.00%
76.08%

Color #00053D in popluar number systems.

HEX 00 05 3D
Decimal 0 5 61
Binary 0 101 111101
Octal 0 5 75

Shades and tints

Shades of #00053D

#00053D
(0,5,61)
#000538
(0,5,56)
#000533
(0,5,51)
#00052E
(0,5,46)
#000529
(0,5,41)
#000524
(0,5,36)
#00051F
(0,5,31)
#00051A
(0,5,26)
#000515
(0,5,21)
#000510
(0,5,16)
#00050B
(0,5,11)
#000000
(0,0,0)

Tints of #00053D

#00053D
(0,5,61)
#171B4E
(23,27,78)
#2E315F
(46,49,95)
#454770
(69,71,112)
#5C5D81
(92,93,129)
#737392
(115,115,146)
#8A89A3
(138,137,163)
#A19FB4
(161,159,180)
#B8B5C5
(184,181,197)
#CFCBD6
(207,203,214)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00053D; }

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

This text font color is #00053D.

Background Color

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

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

This div background color is #00053D.

Border color

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

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

This div border color is #00053D.

Opacity

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

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

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

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

This text has shadow with #00053D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00053D.

Preview

Color preview on black background

This text has color #00053D on black background.


Color preview on white background

This text has color #00053D on white background.


Black color preview on #00053D background

This text has black color on #00053D background.


White color preview on #00053D background

This text has white color on #00053D background.


Related colors

Complementary color

Complementary color for #hex is #FFFAC2.


I love getcolorcode.com

Triadic colors

1 #3D0005 and #053D00 with #00053D are triadic colors.

2 #3D0500 and #05003D with #00053D are triadic colors.