COLOR #00004F

HEX: #00004F
RGB: (0,0,79)

Color info

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

RGB color model

#00004F color RGB value is (0,0,79).

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

RGB channels and saturation

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

0
0
79

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#00004F 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.02%
CMYK:
(100,100,0,69)
C100M100Y0K69 
(100%,100%,0%,69%)
(1.00/1.00/0.00/0.69)	

CMYK percentages

%100
%100
%0
%69.02

Codes

Color #00004F in popluar color models

00004F
RGB0079
HSL240°100.00%15.49%
HSB/HSV240°100.00%30.98%
CMYK100.00%100.00%0.00%
69.02%

Color #00004F in popluar number systems.

HEX00004F
Decimal0079
Binary001001111
Octal00117

Shades and tints

Shades of #00004F

#00004F
(0,0,79)
#000048
(0,0,72)
#000041
(0,0,65)
#00003A
(0,0,58)
#000033
(0,0,51)
#00002C
(0,0,44)
#000025
(0,0,37)
#00001E
(0,0,30)
#000017
(0,0,23)
#000010
(0,0,16)
#000009
(0,0,9)
#000000
(0,0,0)

Tints of #00004F

#00004F
(0,0,79)
#17175F
(23,23,95)
#2E2E6F
(46,46,111)
#45457F
(69,69,127)
#5C5C8F
(92,92,143)
#73739F
(115,115,159)
#8A8AAF
(138,138,175)
#A1A1BF
(161,161,191)
#B8B8CF
(184,184,207)
#CFCFDF
(207,207,223)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00004F; }

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

This text font color is #00004F.


Background Color

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

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

This div background color is #00004F.


Border color

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

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

This div border color is #00004F.


Opacity

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

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

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

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

This text has shadow with #00004F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00004F on black background.


Color preview on white background

This text has color #00004F on white background.



Black color preview on #00004F background

This text has black color on #00004F background.


White color preview on #00004F background

This text has white color on #00004F background.