COLOR #000147

HEX: #000147
RGB: (0,1,71)

Color info

#000147 contains mainly blue color. Web safe color of #000147 is #000033 (or #003).

RGB color model

#000147 color RGB value is (0,1,71).

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

RGB channels and saturation

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

0
1
71

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

Portions of RGB colors in percentages

R + G + B =
0 + 1 + 71 = 72 (100%)
R 0 of 72 ~ 0%
G 1 of 72 ~ 1.39%
B 71 of 72 ~ 98.61%

%98.61

CMYK color model

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

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

CMYK percentages

%100
%98.59
%0
%72.16

Codes

Color #000147 in popluar color models

000147
RGB0171
HSL239°100.00%13.92%
HSB/HSV239°100.00%27.84%
CMYK100.00%98.59%0.00%
72.16%

Color #000147 in popluar number systems.

HEX000147
Decimal0171
Binary011000111
Octal01107

Shades and tints

Shades of #000147

#000147
(0,1,71)
#000141
(0,1,65)
#00013B
(0,1,59)
#000135
(0,1,53)
#00012F
(0,1,47)
#000129
(0,1,41)
#000123
(0,1,35)
#00011D
(0,1,29)
#000117
(0,1,23)
#000111
(0,1,17)
#00010B
(0,1,11)
#000000
(0,0,0)

Tints of #000147

#000147
(0,1,71)
#171857
(23,24,87)
#2E2F67
(46,47,103)
#454677
(69,70,119)
#5C5D87
(92,93,135)
#737497
(115,116,151)
#8A8BA7
(138,139,167)
#A1A2B7
(161,162,183)
#B8B9C7
(184,185,199)
#CFD0D7
(207,208,215)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000147; }

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

This text font color is #000147.


Background Color

.myBgColor { background-color: #000147; }

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

This div background color is #000147.


Border color

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

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

This div border color is #000147.


Opacity

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

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

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

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

This text has shadow with #000147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000147 on black background.


Color preview on white background

This text has color #000147 on white background.



Black color preview on #000147 background

This text has black color on #000147 background.


White color preview on #000147 background

This text has white color on #000147 background.