COLOR #0047C2

HEX: #0047C2
RGB: (0,71,194)

Color info

#0047C2 contains mainly blue color. Web safe color of #0047C2 is #0033CC (or #03C).

RGB color model

#0047C2 color RGB value is (0,71,194).

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

RGB channels and saturation

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

0
71
194

R + G + B ~ 35%. #0047C2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 194 = 265 (100%)
R 0 of 265 ~ 0%
G 71 of 265 ~ 26.79%
B 194 of 265 ~ 73.21%

%26.79
%73.21

CMYK color model

#0047C2 color CMYK value is (100,63,0,24).

  • cyan value is 100.00%
  • magenta value is 63.40%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(100,63,0,24)
C100M63Y0K24 
(100%,63%,0%,24%)
(1.00/0.63/0.00/0.24)	

CMYK percentages

%100
%63.4
%0
%23.92

Codes

Color #0047C2 in popluar color models

0047C2
RGB071194
HSL218°100.00%38.04%
HSB/HSV218°100.00%76.08%
CMYK100.00%63.40%0.00%
23.92%

Color #0047C2 in popluar number systems.

HEX0047C2
Decimal071194
Binary0100011111000010
Octal0107302

Shades and tints

Shades of #0047C2

#0047C2
(0,71,194)
#0041B1
(0,65,177)
#003BA0
(0,59,160)
#00358F
(0,53,143)
#002F7E
(0,47,126)
#00296D
(0,41,109)
#00235C
(0,35,92)
#001D4B
(0,29,75)
#00173A
(0,23,58)
#001129
(0,17,41)
#000B18
(0,11,24)
#000000
(0,0,0)

Tints of #0047C2

#0047C2
(0,71,194)
#1757C7
(23,87,199)
#2E67CC
(46,103,204)
#4577D1
(69,119,209)
#5C87D6
(92,135,214)
#7397DB
(115,151,219)
#8AA7E0
(138,167,224)
#A1B7E5
(161,183,229)
#B8C7EA
(184,199,234)
#CFD7EF
(207,215,239)
#E6E7F4
(230,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0047C2; }

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

This text font color is #0047C2.


Background Color

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

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

This div background color is #0047C2.


Border color

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

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

This div border color is #0047C2.


Opacity

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

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

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

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

This text has shadow with #0047C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0047C2 on black background.


Color preview on white background

This text has color #0047C2 on white background.



Black color preview on #0047C2 background

This text has black color on #0047C2 background.


White color preview on #0047C2 background

This text has white color on #0047C2 background.