COLOR #071679

HEX: #071679
RGB: (7,22,121)

Color info

#071679 contains mainly blue color. Web safe color of #071679 is #000066 (or #006).

RGB color model

#071679 color RGB value is (7,22,121).

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

RGB channels and saturation

R 7 of 255 = 3%
G 22 of 255 = 9%
B 121 of 255 = 47%

7
22
121

R + G + B ~ 20%. #071679 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 22 + 121 = 150 (100%)
R 7 of 150 ~ 4.67%
G 22 of 150 ~ 14.67%
B 121 of 150 ~ 80.67%

%14.67
%80.67

CMYK color model

#071679 color CMYK value is (94,82,0,53).

  • cyan value is 94.21%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(94,82,0,53)
C94M82Y0K53 
(94%,82%,0%,53%)
(0.94/0.82/0.00/0.53)	

CMYK percentages

%94.21
%81.82
%0
%52.55

Codes

Color #071679 in popluar color models

071679
RGB722121
HSL232°89.06%25.10%
HSB/HSV232°94.21%47.45%
CMYK94.21%81.82%0.00%
52.55%

Color #071679 in popluar number systems.

HEX071679
Decimal722121
Binary111101101111001
Octal726171

Shades and tints

Shades of #071679

#071679
(7,22,121)
#07146E
(7,20,110)
#071263
(7,18,99)
#071058
(7,16,88)
#070E4D
(7,14,77)
#070C42
(7,12,66)
#070A37
(7,10,55)
#07082C
(7,8,44)
#070621
(7,6,33)
#070416
(7,4,22)
#07020B
(7,2,11)
#000000
(0,0,0)

Tints of #071679

#071679
(7,22,121)
#1D2B85
(29,43,133)
#334091
(51,64,145)
#49559D
(73,85,157)
#5F6AA9
(95,106,169)
#757FB5
(117,127,181)
#8B94C1
(139,148,193)
#A1A9CD
(161,169,205)
#B7BED9
(183,190,217)
#CDD3E5
(205,211,229)
#E3E8F1
(227,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071679; }

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

This text font color is #071679.


Background Color

.myBgColor { background-color: #071679; }

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

This div background color is #071679.


Border color

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

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

This div border color is #071679.


Opacity

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

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

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

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

This text has shadow with #071679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071679 on black background.


Color preview on white background

This text has color #071679 on white background.



Black color preview on #071679 background

This text has black color on #071679 background.


White color preview on #071679 background

This text has white color on #071679 background.