COLOR #0072BA

HEX: #0072BA
RGB: (0,114,186)

Color info

#0072BA contains mainly blue color. Web safe color of #0072BA is #0066CC (or #06C).

RGB color model

#0072BA color RGB value is (0,114,186).

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

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 186 of 255 = 73%

0
114
186

R + G + B ~ 39%. #0072BA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 186 = 300 (100%)
R 0 of 300 ~ 0%
G 114 of 300 ~ 38%
B 186 of 300 ~ 62%

%38
%62

CMYK color model

#0072BA color CMYK value is (100,39,0,27).

  • cyan value is 100.00%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,39,0,27)
C100M39Y0K27 
(100%,39%,0%,27%)
(1.00/0.39/0.00/0.27)	

CMYK percentages

%100
%38.71
%0
%27.06

Codes

Color #0072BA in popluar color models

0072BA
RGB0114186
HSL203°100.00%36.47%
HSB/HSV203°100.00%72.94%
CMYK100.00%38.71%0.00%
27.06%

Color #0072BA in popluar number systems.

HEX0072BA
Decimal0114186
Binary0111001010111010
Octal0162272

Shades and tints

Shades of #0072BA

#0072BA
(0,114,186)
#0068AA
(0,104,170)
#005E9A
(0,94,154)
#00548A
(0,84,138)
#004A7A
(0,74,122)
#00406A
(0,64,106)
#00365A
(0,54,90)
#002C4A
(0,44,74)
#00223A
(0,34,58)
#00182A
(0,24,42)
#000E1A
(0,14,26)
#000000
(0,0,0)

Tints of #0072BA

#0072BA
(0,114,186)
#177EC0
(23,126,192)
#2E8AC6
(46,138,198)
#4596CC
(69,150,204)
#5CA2D2
(92,162,210)
#73AED8
(115,174,216)
#8ABADE
(138,186,222)
#A1C6E4
(161,198,228)
#B8D2EA
(184,210,234)
#CFDEF0
(207,222,240)
#E6EAF6
(230,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0072BA color. Also use rgb(0,114,186) instead hex code.

Text Font Color

.myTextColor { color: #0072BA; }

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

This text font color is #0072BA.


Background Color

.myBgColor { background-color: #0072BA; }

<div style="background-color:#0072BA">Inner text</div>

This div background color is #0072BA.


Border color

.myBorderColor { border: 1px solid #0072BA; }

<div style="border:3px solid #0072BA">Div</div>

This div border color is #0072BA.


Opacity

.myOpacity80 { color: #0072BA; opacity: 0.8; }

<p style="color:#0072BA;opacity:0.8;">80%</p>

Text with #0072BA 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 #0072BA;}

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

This text has shadow with #0072BA color.

.textShadow {text-shadow: 3px 3px 1px #0072BA, 3px 3px 1px red;}

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

This text has shadow with #0072BA primary color and red secondary color.


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

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

This text has shadow with #0072BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0072BA on black background.


Color preview on white background

This text has color #0072BA on white background.



Black color preview on #0072BA background

This text has black color on #0072BA background.


White color preview on #0072BA background

This text has white color on #0072BA background.