COLOR #0272B4

HEX: #0272B4
RGB: (2,114,180)

Color info

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

RGB color model

#0272B4 color RGB value is (2,114,180).

  • red value is 2;
  • green value is 114;
  • blue value is 180.
RGB:
(2,114,180)
(1%,45%,71%)

RGB channels and saturation

R 2 of 255 = 1%
G 114 of 255 = 45%
B 180 of 255 = 71%

2
114
180

R + G + B ~ 39%. #0272B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 114 + 180 = 296 (100%)
R 2 of 296 ~ 0.68%
G 114 of 296 ~ 38.51%
B 180 of 296 ~ 60.81%

%38.51
%60.81

CMYK color model

#0272B4 color CMYK value is (99,37,0,29).

  • cyan value is 98.89%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(99,37,0,29)
C99M37Y0K29 
(99%,37%,0%,29%)
(0.99/0.37/0.00/0.29)	

CMYK percentages

%98.89
%36.67
%0
%29.41

Codes

Color #0272B4 in popluar color models

0272B4
RGB2114180
HSL202°97.80%35.69%
HSB/HSV202°98.89%70.59%
CMYK98.89%36.67%0.00%
29.41%

Color #0272B4 in popluar number systems.

HEX0272B4
Decimal2114180
Binary10111001010110100
Octal2162264

Shades and tints

Shades of #0272B4

#0272B4
(2,114,180)
#0268A4
(2,104,164)
#025E94
(2,94,148)
#025484
(2,84,132)
#024A74
(2,74,116)
#024064
(2,64,100)
#023654
(2,54,84)
#022C44
(2,44,68)
#022234
(2,34,52)
#021824
(2,24,36)
#020E14
(2,14,20)
#000000
(0,0,0)

Tints of #0272B4

#0272B4
(2,114,180)
#197EBA
(25,126,186)
#308AC0
(48,138,192)
#4796C6
(71,150,198)
#5EA2CC
(94,162,204)
#75AED2
(117,174,210)
#8CBAD8
(140,186,216)
#A3C6DE
(163,198,222)
#BAD2E4
(186,210,228)
#D1DEEA
(209,222,234)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0272B4 color. Also use rgb(2,114,180) instead hex code.

Text Font Color

.myTextColor { color: #0272B4; }

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

This text font color is #0272B4.


Background Color

.myBgColor { background-color: #0272B4; }

<div style="background-color:#0272B4">Inner text</div>

This div background color is #0272B4.


Border color

.myBorderColor { border: 1px solid #0272B4; }

<div style="border:3px solid #0272B4">Div</div>

This div border color is #0272B4.


Opacity

.myOpacity80 { color: #0272B4; opacity: 0.8; }

<p style="color:#0272B4;opacity:0.8;">80%</p>

Text with #0272B4 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 #0272B4;}

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

This text has shadow with #0272B4 color.

.textShadow {text-shadow: 3px 3px 1px #0272B4, 3px 3px 1px red;}

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

This text has shadow with #0272B4 primary color and red secondary color.


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

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

This text has shadow with #0272B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0272B4 on black background.


Color preview on white background

This text has color #0272B4 on white background.



Black color preview on #0272B4 background

This text has black color on #0272B4 background.


White color preview on #0272B4 background

This text has white color on #0272B4 background.