COLOR #002147

HEX: #002147
RGB: (0,33,71)

Color info

#002147 contains only green and blue colors. Web safe color of #002147 is #003333 (or #033).

RGB color model

#002147 color RGB value is (0,33,71).

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

RGB channels and saturation

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

0
33
71

R + G + B ~ 14%. #002147 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 71 = 104 (100%)
R 0 of 104 ~ 0%
G 33 of 104 ~ 31.73%
B 71 of 104 ~ 68.27%

%31.73
%68.27

CMYK color model

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

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

CMYK percentages

%100
%53.52
%0
%72.16

Codes

Color #002147 in popluar color models

002147
RGB03371
HSL212°100.00%13.92%
HSB/HSV212°100.00%27.84%
CMYK100.00%53.52%0.00%
72.16%

Color #002147 in popluar number systems.

HEX002147
Decimal03371
Binary01000011000111
Octal041107

Shades and tints

Shades of #002147

#002147
(0,33,71)
#001E41
(0,30,65)
#001B3B
(0,27,59)
#001835
(0,24,53)
#00152F
(0,21,47)
#001229
(0,18,41)
#000F23
(0,15,35)
#000C1D
(0,12,29)
#000917
(0,9,23)
#000611
(0,6,17)
#00030B
(0,3,11)
#000000
(0,0,0)

Tints of #002147

#002147
(0,33,71)
#173557
(23,53,87)
#2E4967
(46,73,103)
#455D77
(69,93,119)
#5C7187
(92,113,135)
#738597
(115,133,151)
#8A99A7
(138,153,167)
#A1ADB7
(161,173,183)
#B8C1C7
(184,193,199)
#CFD5D7
(207,213,215)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002147; }

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

This text font color is #002147.


Background Color

.myBgColor { background-color: #002147; }

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

This div background color is #002147.


Border color

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

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

This div border color is #002147.


Opacity

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

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

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

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

This text has shadow with #002147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002147 on black background.


Color preview on white background

This text has color #002147 on white background.



Black color preview on #002147 background

This text has black color on #002147 background.


White color preview on #002147 background

This text has white color on #002147 background.