COLOR #072B6E

HEX: #072B6E
RGB: (7,43,110)

Color info

#072B6E contains mainly blue color. Web safe color of #072B6E is #003366 (or #036).

RGB color model

#072B6E color RGB value is (7,43,110).

  • red value is 7;
  • green value is 43;
  • blue value is 110.
RGB:
(7,43,110)
(3%,17%,43%)

RGB channels and saturation

R 7 of 255 = 3%
G 43 of 255 = 17%
B 110 of 255 = 43%

7
43
110

R + G + B ~ 21%. #072B6E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 43 + 110 = 160 (100%)
R 7 of 160 ~ 4.38%
G 43 of 160 ~ 26.88%
B 110 of 160 ~ 68.75%

%26.88
%68.75

CMYK color model

#072B6E color CMYK value is (94,61,0,57).

  • cyan value is 93.64%
  • magenta value is 60.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(94,61,0,57)
C94M61Y0K57 
(94%,61%,0%,57%)
(0.94/0.61/0.00/0.57)	

CMYK percentages

%93.64
%60.91
%0
%56.86

Codes

Color #072B6E in popluar color models

072B6E
RGB743110
HSL219°88.03%22.94%
HSB/HSV219°93.64%43.14%
CMYK93.64%60.91%0.00%
56.86%

Color #072B6E in popluar number systems.

HEX072B6E
Decimal743110
Binary1111010111101110
Octal753156

Shades and tints

Shades of #072B6E

#072B6E
(7,43,110)
#072864
(7,40,100)
#07255A
(7,37,90)
#072250
(7,34,80)
#071F46
(7,31,70)
#071C3C
(7,28,60)
#071932
(7,25,50)
#071628
(7,22,40)
#07131E
(7,19,30)
#071014
(7,16,20)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #072B6E

#072B6E
(7,43,110)
#1D3E7B
(29,62,123)
#335188
(51,81,136)
#496495
(73,100,149)
#5F77A2
(95,119,162)
#758AAF
(117,138,175)
#8B9DBC
(139,157,188)
#A1B0C9
(161,176,201)
#B7C3D6
(183,195,214)
#CDD6E3
(205,214,227)
#E3E9F0
(227,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072B6E color. Also use rgb(7,43,110) instead hex code.

Text Font Color

.myTextColor { color: #072B6E; }

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

This text font color is #072B6E.


Background Color

.myBgColor { background-color: #072B6E; }

<div style="background-color:#072B6E">Inner text</div>

This div background color is #072B6E.


Border color

.myBorderColor { border: 1px solid #072B6E; }

<div style="border:3px solid #072B6E">Div</div>

This div border color is #072B6E.


Opacity

.myOpacity80 { color: #072B6E; opacity: 0.8; }

<p style="color:#072B6E;opacity:0.8;">80%</p>

Text with #072B6E 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 #072B6E;}

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

This text has shadow with #072B6E color.

.textShadow {text-shadow: 3px 3px 1px #072B6E, 3px 3px 1px red;}

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

This text has shadow with #072B6E primary color and red secondary color.


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

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

This text has shadow with #072B6E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072B6E on black background.


Color preview on white background

This text has color #072B6E on white background.



Black color preview on #072B6E background

This text has black color on #072B6E background.


White color preview on #072B6E background

This text has white color on #072B6E background.