COLOR #000047

HEX: #000047
RGB: (0,0,71)

Color info

#000047 contains only blue color. Web safe color of #000047 is #000033 (or #003).

RGB color model

#000047 color RGB value is (0,0,71).

  • red value is 0;
  • green value is 0;
  • blue value is 71.
RGB:
(0,0,71)
(0%,0%,28%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 71 of 255 = 28%

0
0
71

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000047 color CMYK value is (100,100,0,72).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(100,100,0,72)
C100M100Y0K72 
(100%,100%,0%,72%)
(1.00/1.00/0.00/0.72)	

CMYK percentages

%100
%100
%0
%72.16

Codes

Color #000047 in popluar color models

000047
RGB0071
HSL240°100.00%13.92%
HSB/HSV240°100.00%27.84%
CMYK100.00%100.00%0.00%
72.16%

Color #000047 in popluar number systems.

HEX000047
Decimal0071
Binary001000111
Octal00107

Shades and tints

Shades of #000047

#000047
(0,0,71)
#000041
(0,0,65)
#00003B
(0,0,59)
#000035
(0,0,53)
#00002F
(0,0,47)
#000029
(0,0,41)
#000023
(0,0,35)
#00001D
(0,0,29)
#000017
(0,0,23)
#000011
(0,0,17)
#00000B
(0,0,11)
#000000
(0,0,0)

Tints of #000047

#000047
(0,0,71)
#171757
(23,23,87)
#2E2E67
(46,46,103)
#454577
(69,69,119)
#5C5C87
(92,92,135)
#737397
(115,115,151)
#8A8AA7
(138,138,167)
#A1A1B7
(161,161,183)
#B8B8C7
(184,184,199)
#CFCFD7
(207,207,215)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000047; }

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

This text font color is #000047.


Background Color

.myBgColor { background-color: #000047; }

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

This div background color is #000047.


Border color

.myBorderColor { border: 1px solid #000047; }

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

This div border color is #000047.


Opacity

.myOpacity80 { color: #000047; opacity: 0.8; }

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

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

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

This text has shadow with #000047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000047 on black background.


Color preview on white background

This text has color #000047 on white background.



Black color preview on #000047 background

This text has black color on #000047 background.


White color preview on #000047 background

This text has white color on #000047 background.