COLOR #00004E

HEX: #00004E
RGB: (0,0,78)

Color info

#00004E contains only blue color. Web safe color of #00004E is #000066 (or #006).

RGB color model

#00004E color RGB value is (0,0,78).

  • red value is 0;
  • green value is 0;
  • blue value is 78.
RGB:
(0,0,78)
(0%,0%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 78 of 255 = 31%

0
0
78

R + G + B ~ 10%. #00004E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 78 = 78 (100%)
R 0 of 78 ~ 0%
G 0 of 78 ~ 0%
B 78 of 78 ~ 100%

%100

CMYK color model

#00004E color CMYK value is (100,100,0,69).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(100,100,0,69)
C100M100Y0K69 
(100%,100%,0%,69%)
(1.00/1.00/0.00/0.69)	

CMYK percentages

%100
%100
%0
%69.41

Codes

Color #00004E in popluar color models

00004E
RGB0078
HSL240°100.00%15.29%
HSB/HSV240°100.00%30.59%
CMYK100.00%100.00%0.00%
69.41%

Color #00004E in popluar number systems.

HEX00004E
Decimal0078
Binary001001110
Octal00116

Shades and tints

Shades of #00004E

#00004E
(0,0,78)
#000047
(0,0,71)
#000040
(0,0,64)
#000039
(0,0,57)
#000032
(0,0,50)
#00002B
(0,0,43)
#000024
(0,0,36)
#00001D
(0,0,29)
#000016
(0,0,22)
#00000F
(0,0,15)
#000008
(0,0,8)
#000000
(0,0,0)

Tints of #00004E

#00004E
(0,0,78)
#17175E
(23,23,94)
#2E2E6E
(46,46,110)
#45457E
(69,69,126)
#5C5C8E
(92,92,142)
#73739E
(115,115,158)
#8A8AAE
(138,138,174)
#A1A1BE
(161,161,190)
#B8B8CE
(184,184,206)
#CFCFDE
(207,207,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00004E color. Also use rgb(0,0,78) instead hex code.

Text Font Color

.myTextColor { color: #00004E; }

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

This text font color is #00004E.


Background Color

.myBgColor { background-color: #00004E; }

<div style="background-color:#00004E">Inner text</div>

This div background color is #00004E.


Border color

.myBorderColor { border: 1px solid #00004E; }

<div style="border:3px solid #00004E">Div</div>

This div border color is #00004E.


Opacity

.myOpacity80 { color: #00004E; opacity: 0.8; }

<p style="color:#00004E;opacity:0.8;">80%</p>

Text with #00004E 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 #00004E;}

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

This text has shadow with #00004E color.

.textShadow {text-shadow: 3px 3px 1px #00004E, 3px 3px 1px red;}

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

This text has shadow with #00004E primary color and red secondary color.


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

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

This text has shadow with #00004E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00004E on black background.


Color preview on white background

This text has color #00004E on white background.



Black color preview on #00004E background

This text has black color on #00004E background.


White color preview on #00004E background

This text has white color on #00004E background.