COLOR #0047AB

HEX: #0047AB
RGB: (0,71,171)

Color info

#0047AB contains mainly blue color. Web safe color of #0047AB is #003399 (or #039).

RGB color model

#0047AB color RGB value is (0,71,171).

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

RGB channels and saturation

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

0
71
171

R + G + B ~ 32%. #0047AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 171 = 242 (100%)
R 0 of 242 ~ 0%
G 71 of 242 ~ 29.34%
B 171 of 242 ~ 70.66%

%29.34
%70.66

CMYK color model

#0047AB color CMYK value is (100,58,0,33).

  • cyan value is 100.00%
  • magenta value is 58.48%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(100,58,0,33)
C100M58Y0K33 
(100%,58%,0%,33%)
(1.00/0.58/0.00/0.33)	

CMYK percentages

%100
%58.48
%0
%32.94

Codes

Color #0047AB in popluar color models

0047AB
RGB071171
HSL215°100.00%33.53%
HSB/HSV215°100.00%67.06%
CMYK100.00%58.48%0.00%
32.94%

Color #0047AB in popluar number systems.

HEX0047AB
Decimal071171
Binary0100011110101011
Octal0107253

Shades and tints

Shades of #0047AB

#0047AB
(0,71,171)
#00419C
(0,65,156)
#003B8D
(0,59,141)
#00357E
(0,53,126)
#002F6F
(0,47,111)
#002960
(0,41,96)
#002351
(0,35,81)
#001D42
(0,29,66)
#001733
(0,23,51)
#001124
(0,17,36)
#000B15
(0,11,21)
#000000
(0,0,0)

Tints of #0047AB

#0047AB
(0,71,171)
#1757B2
(23,87,178)
#2E67B9
(46,103,185)
#4577C0
(69,119,192)
#5C87C7
(92,135,199)
#7397CE
(115,151,206)
#8AA7D5
(138,167,213)
#A1B7DC
(161,183,220)
#B8C7E3
(184,199,227)
#CFD7EA
(207,215,234)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0047AB; }

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

This text font color is #0047AB.


Background Color

.myBgColor { background-color: #0047AB; }

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

This div background color is #0047AB.


Border color

.myBorderColor { border: 1px solid #0047AB; }

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

This div border color is #0047AB.


Opacity

.myOpacity80 { color: #0047AB; opacity: 0.8; }

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

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

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

This text has shadow with #0047AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0047AB on black background.


Color preview on white background

This text has color #0047AB on white background.



Black color preview on #0047AB background

This text has black color on #0047AB background.


White color preview on #0047AB background

This text has white color on #0047AB background.