COLOR #072179

HEX: #072179
RGB: (7,33,121)

Color info

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

RGB color model

#072179 color RGB value is (7,33,121).

  • red value is 7;
  • green value is 33;
  • blue value is 121.
RGB:
(7,33,121)
(3%,13%,47%)

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 121 of 255 = 47%

7
33
121

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

Portions of RGB colors in percentages

R + G + B =
7 + 33 + 121 = 161 (100%)
R 7 of 161 ~ 4.35%
G 33 of 161 ~ 20.5%
B 121 of 161 ~ 75.16%

%20.5
%75.16

CMYK color model

#072179 color CMYK value is (94,73,0,53).

  • cyan value is 94.21%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(94,73,0,53)
C94M73Y0K53 
(94%,73%,0%,53%)
(0.94/0.73/0.00/0.53)	

CMYK percentages

%94.21
%72.73
%0
%52.55

Codes

Color #072179 in popluar color models

072179
RGB733121
HSL226°89.06%25.10%
HSB/HSV226°94.21%47.45%
CMYK94.21%72.73%0.00%
52.55%

Color #072179 in popluar number systems.

HEX072179
Decimal733121
Binary1111000011111001
Octal741171

Shades and tints

Shades of #072179

#072179
(7,33,121)
#071E6E
(7,30,110)
#071B63
(7,27,99)
#071858
(7,24,88)
#07154D
(7,21,77)
#071242
(7,18,66)
#070F37
(7,15,55)
#070C2C
(7,12,44)
#070921
(7,9,33)
#070616
(7,6,22)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #072179

#072179
(7,33,121)
#1D3585
(29,53,133)
#334991
(51,73,145)
#495D9D
(73,93,157)
#5F71A9
(95,113,169)
#7585B5
(117,133,181)
#8B99C1
(139,153,193)
#A1ADCD
(161,173,205)
#B7C1D9
(183,193,217)
#CDD5E5
(205,213,229)
#E3E9F1
(227,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072179 color. Also use rgb(7,33,121) instead hex code.

Text Font Color

.myTextColor { color: #072179; }

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

This text font color is #072179.


Background Color

.myBgColor { background-color: #072179; }

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

This div background color is #072179.


Border color

.myBorderColor { border: 1px solid #072179; }

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

This div border color is #072179.


Opacity

.myOpacity80 { color: #072179; opacity: 0.8; }

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

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

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

This text has shadow with #072179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072179 on black background.


Color preview on white background

This text has color #072179 on white background.



Black color preview on #072179 background

This text has black color on #072179 background.


White color preview on #072179 background

This text has white color on #072179 background.