COLOR #00045D

HEX: #00045D RGB: (0,4,93)

Color info

#00045D contains mainly blue color. Web safe color of #00045D is #000066 (or #006).

RGB color model

#00045D color RGB value is (0,4,93).

RGB: (0,4,93) (0%, 2%, 36%)

RGB channels and saturation

R 0 of 255 = 0%
G 4 of 255 = 2%
B 93 of 255 = 36%

0
4
93

R + G + B ~ 13%. #00045D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 4 + 93 = 97 (100%)
R 0 of 97 ~ 0%
G 4 of 97 ~ 4.12%
B 93 of 97 ~ 95.88'%

%95.88

CMYK color model

#00045D color CMYK value is (100,96,0,64).

  • cyan value is 100.00%
  • magenta value is 95.70%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (100,96,0,64)
C100M96Y0K64 (100%, 96%, 0%, 64%)
(1.00 / 0.96 / 0.00 / 0.64)

CMYK percentages

%100
%95.7
%0
%63.53

Codes

Color #00045D in popluar color models

00 04 5D
RGB 0 4 93
HSL 237° 100.00% 18.24%
HSB/HSV 237° 100.00% 36.47%
CMYK 100.00% 95.70% 0.00%
63.53%

Color #00045D in popluar number systems.

HEX 00 04 5D
Decimal 0 4 93
Binary 0 100 1011101
Octal 0 4 135

Shades and tints

Shades of #00045D

#00045D
(0,4,93)
#000455
(0,4,85)
#00044D
(0,4,77)
#000445
(0,4,69)
#00043D
(0,4,61)
#000435
(0,4,53)
#00042D
(0,4,45)
#000425
(0,4,37)
#00041D
(0,4,29)
#000415
(0,4,21)
#00040D
(0,4,13)
#000000
(0,0,0)

Tints of #00045D

#00045D
(0,4,93)
#171A6B
(23,26,107)
#2E3079
(46,48,121)
#454687
(69,70,135)
#5C5C95
(92,92,149)
#7372A3
(115,114,163)
#8A88B1
(138,136,177)
#A19EBF
(161,158,191)
#B8B4CD
(184,180,205)
#CFCADB
(207,202,219)
#E6E0E9
(230,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00045D color. Also use rgb(0,4,93) instead hex code.

Text Font Color

.myTextColor { color: #00045D; }

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

This text font color is #00045D.

Background Color

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

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

This div background color is #00045D.

Border color

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

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

This div border color is #00045D.

Opacity

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

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

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

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

This text has shadow with #00045D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00045D.

Preview

Color preview on black background

This text has color #00045D on black background.


Color preview on white background

This text has color #00045D on white background.


Black color preview on #00045D background

This text has black color on #00045D background.


White color preview on #00045D background

This text has white color on #00045D background.


Related colors

Complementary color

Complementary color for #hex is #FFFBA2.


I love getcolorcode.com

Triadic colors

1 #5D0004 and #045D00 with #00045D are triadic colors.

2 #5D0400 and #04005D with #00045D are triadic colors.