COLOR #002FA7

HEX: #002FA7
RGB: (0,47,167)

Color info

#002FA7 contains mainly blue color. Web safe color of #002FA7 is #003399 (or #039).

RGB color model

#002FA7 color RGB value is (0,47,167).

  • red value is 0;
  • green value is 47;
  • blue value is 167.
RGB:
(0,47,167)
(0%,18%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 47 of 255 = 18%
B 167 of 255 = 65%

0
47
167

R + G + B ~ 28%. #002FA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 47 + 167 = 214 (100%)
R 0 of 214 ~ 0%
G 47 of 214 ~ 21.96%
B 167 of 214 ~ 78.04%

%21.96
%78.04

CMYK color model

#002FA7 color CMYK value is (100,72,0,35).

  • cyan value is 100.00%
  • magenta value is 71.86%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(100,72,0,35)
C100M72Y0K35 
(100%,72%,0%,35%)
(1.00/0.72/0.00/0.35)	

CMYK percentages

%100
%71.86
%0
%34.51

Codes

Color #002FA7 in popluar color models

002FA7
RGB047167
HSL223°100.00%32.75%
HSB/HSV223°100.00%65.49%
CMYK100.00%71.86%0.00%
34.51%

Color #002FA7 in popluar number systems.

HEX002FA7
Decimal047167
Binary010111110100111
Octal057247

Shades and tints

Shades of #002FA7

#002FA7
(0,47,167)
#002B98
(0,43,152)
#002789
(0,39,137)
#00237A
(0,35,122)
#001F6B
(0,31,107)
#001B5C
(0,27,92)
#00174D
(0,23,77)
#00133E
(0,19,62)
#000F2F
(0,15,47)
#000B20
(0,11,32)
#000711
(0,7,17)
#000000
(0,0,0)

Tints of #002FA7

#002FA7
(0,47,167)
#1741AF
(23,65,175)
#2E53B7
(46,83,183)
#4565BF
(69,101,191)
#5C77C7
(92,119,199)
#7389CF
(115,137,207)
#8A9BD7
(138,155,215)
#A1ADDF
(161,173,223)
#B8BFE7
(184,191,231)
#CFD1EF
(207,209,239)
#E6E3F7
(230,227,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002FA7 color. Also use rgb(0,47,167) instead hex code.

Text Font Color

.myTextColor { color: #002FA7; }

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

This text font color is #002FA7.


Background Color

.myBgColor { background-color: #002FA7; }

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

This div background color is #002FA7.


Border color

.myBorderColor { border: 1px solid #002FA7; }

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

This div border color is #002FA7.


Opacity

.myOpacity80 { color: #002FA7; opacity: 0.8; }

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

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

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

This text has shadow with #002FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002FA7 on black background.


Color preview on white background

This text has color #002FA7 on white background.



Black color preview on #002FA7 background

This text has black color on #002FA7 background.


White color preview on #002FA7 background

This text has white color on #002FA7 background.