COLOR #002FBA

HEX: #002FBA
RGB: (0,47,186)

Color info

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

RGB color model

#002FBA color RGB value is (0,47,186).

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

RGB channels and saturation

R 0 of 255 = 0%
G 47 of 255 = 18%
B 186 of 255 = 73%

0
47
186

R + G + B ~ 30%. #002FBA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 47 + 186 = 233 (100%)
R 0 of 233 ~ 0%
G 47 of 233 ~ 20.17%
B 186 of 233 ~ 79.83%

%20.17
%79.83

CMYK color model

#002FBA color CMYK value is (100,75,0,27).

  • cyan value is 100.00%
  • magenta value is 74.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,75,0,27)
C100M75Y0K27 
(100%,75%,0%,27%)
(1.00/0.75/0.00/0.27)	

CMYK percentages

%100
%74.73
%0
%27.06

Codes

Color #002FBA in popluar color models

002FBA
RGB047186
HSL225°100.00%36.47%
HSB/HSV225°100.00%72.94%
CMYK100.00%74.73%0.00%
27.06%

Color #002FBA in popluar number systems.

HEX002FBA
Decimal047186
Binary010111110111010
Octal057272

Shades and tints

Shades of #002FBA

#002FBA
(0,47,186)
#002BAA
(0,43,170)
#00279A
(0,39,154)
#00238A
(0,35,138)
#001F7A
(0,31,122)
#001B6A
(0,27,106)
#00175A
(0,23,90)
#00134A
(0,19,74)
#000F3A
(0,15,58)
#000B2A
(0,11,42)
#00071A
(0,7,26)
#000000
(0,0,0)

Tints of #002FBA

#002FBA
(0,47,186)
#1741C0
(23,65,192)
#2E53C6
(46,83,198)
#4565CC
(69,101,204)
#5C77D2
(92,119,210)
#7389D8
(115,137,216)
#8A9BDE
(138,155,222)
#A1ADE4
(161,173,228)
#B8BFEA
(184,191,234)
#CFD1F0
(207,209,240)
#E6E3F6
(230,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002FBA; }

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

This text font color is #002FBA.


Background Color

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

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

This div background color is #002FBA.


Border color

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

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

This div border color is #002FBA.


Opacity

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

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

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

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

This text has shadow with #002FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002FBA on black background.


Color preview on white background

This text has color #002FBA on white background.



Black color preview on #002FBA background

This text has black color on #002FBA background.


White color preview on #002FBA background

This text has white color on #002FBA background.