COLOR #002F8C

HEX: #002F8C
RGB: (0,47,140)

Color info

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

RGB color model

#002F8C color RGB value is (0,47,140).

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

RGB channels and saturation

R 0 of 255 = 0%
G 47 of 255 = 18%
B 140 of 255 = 55%

0
47
140

R + G + B ~ 24%. #002F8C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 47 + 140 = 187 (100%)
R 0 of 187 ~ 0%
G 47 of 187 ~ 25.13%
B 140 of 187 ~ 74.87%

%25.13
%74.87

CMYK color model

#002F8C color CMYK value is (100,66,0,45).

  • cyan value is 100.00%
  • magenta value is 66.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,66,0,45)
C100M66Y0K45 
(100%,66%,0%,45%)
(1.00/0.66/0.00/0.45)	

CMYK percentages

%100
%66.43
%0
%45.1

Codes

Color #002F8C in popluar color models

002F8C
RGB047140
HSL220°100.00%27.45%
HSB/HSV220°100.00%54.90%
CMYK100.00%66.43%0.00%
45.10%

Color #002F8C in popluar number systems.

HEX002F8C
Decimal047140
Binary010111110001100
Octal057214

Shades and tints

Shades of #002F8C

#002F8C
(0,47,140)
#002B80
(0,43,128)
#002774
(0,39,116)
#002368
(0,35,104)
#001F5C
(0,31,92)
#001B50
(0,27,80)
#001744
(0,23,68)
#001338
(0,19,56)
#000F2C
(0,15,44)
#000B20
(0,11,32)
#000714
(0,7,20)
#000000
(0,0,0)

Tints of #002F8C

#002F8C
(0,47,140)
#174196
(23,65,150)
#2E53A0
(46,83,160)
#4565AA
(69,101,170)
#5C77B4
(92,119,180)
#7389BE
(115,137,190)
#8A9BC8
(138,155,200)
#A1ADD2
(161,173,210)
#B8BFDC
(184,191,220)
#CFD1E6
(207,209,230)
#E6E3F0
(230,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002F8C; }

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

This text font color is #002F8C.


Background Color

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

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

This div background color is #002F8C.


Border color

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

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

This div border color is #002F8C.


Opacity

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

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

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

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

This text has shadow with #002F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002F8C on black background.


Color preview on white background

This text has color #002F8C on white background.



Black color preview on #002F8C background

This text has black color on #002F8C background.


White color preview on #002F8C background

This text has white color on #002F8C background.