COLOR #0072BB

HEX: #0072BB
RGB: (0,114,187)

Color info

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

RGB color model

#0072BB color RGB value is (0,114,187).

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

RGB channels and saturation

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

0
114
187

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

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 187 = 301 (100%)
R 0 of 301 ~ 0%
G 114 of 301 ~ 37.87%
B 187 of 301 ~ 62.13%

%37.87
%62.13

CMYK color model

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

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

CMYK percentages

%100
%39.04
%0
%26.67

Codes

Color #0072BB in popluar color models

0072BB
RGB0114187
HSL203°100.00%36.67%
HSB/HSV203°100.00%73.33%
CMYK100.00%39.04%0.00%
26.67%

Color #0072BB in popluar number systems.

HEX0072BB
Decimal0114187
Binary0111001010111011
Octal0162273

Shades and tints

Shades of #0072BB

#0072BB
(0,114,187)
#0068AA
(0,104,170)
#005E99
(0,94,153)
#005488
(0,84,136)
#004A77
(0,74,119)
#004066
(0,64,102)
#003655
(0,54,85)
#002C44
(0,44,68)
#002233
(0,34,51)
#001822
(0,24,34)
#000E11
(0,14,17)
#000000
(0,0,0)

Tints of #0072BB

#0072BB
(0,114,187)
#177EC1
(23,126,193)
#2E8AC7
(46,138,199)
#4596CD
(69,150,205)
#5CA2D3
(92,162,211)
#73AED9
(115,174,217)
#8ABADF
(138,186,223)
#A1C6E5
(161,198,229)
#B8D2EB
(184,210,235)
#CFDEF1
(207,222,241)
#E6EAF7
(230,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0072BB; }

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

This text font color is #0072BB.


Background Color

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

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

This div background color is #0072BB.


Border color

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

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

This div border color is #0072BB.


Opacity

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

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

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

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

This text has shadow with #0072BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0072BB on black background.


Color preview on white background

This text has color #0072BB on white background.



Black color preview on #0072BB background

This text has black color on #0072BB background.


White color preview on #0072BB background

This text has white color on #0072BB background.