COLOR #071A50

HEX: #071A50
RGB: (7,26,80)

Color info

#071A50 contains mainly green and blue colors. Web safe color of #071A50 is #000066 (or #006).

RGB color model

#071A50 color RGB value is (7,26,80).

  • red value is 7;
  • green value is 26;
  • blue value is 80.
RGB:
(7,26,80)
(3%,10%,31%)

RGB channels and saturation

R 7 of 255 = 3%
G 26 of 255 = 10%
B 80 of 255 = 31%

7
26
80

R + G + B ~ 15%. #071A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 26 + 80 = 113 (100%)
R 7 of 113 ~ 6.19%
G 26 of 113 ~ 23.01%
B 80 of 113 ~ 70.8%

%23.01
%70.8

CMYK color model

#071A50 color CMYK value is (91,68,0,69).

  • cyan value is 91.25%
  • magenta value is 67.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(91,68,0,69)
C91M68Y0K69 
(91%,68%,0%,69%)
(0.91/0.68/0.00/0.69)	

CMYK percentages

%91.25
%67.5
%0
%68.63

Codes

Color #071A50 in popluar color models

071A50
RGB72680
HSL224°83.91%17.06%
HSB/HSV224°91.25%31.37%
CMYK91.25%67.50%0.00%
68.63%

Color #071A50 in popluar number systems.

HEX071A50
Decimal72680
Binary111110101010000
Octal732120

Shades and tints

Shades of #071A50

#071A50
(7,26,80)
#071849
(7,24,73)
#071642
(7,22,66)
#07143B
(7,20,59)
#071234
(7,18,52)
#07102D
(7,16,45)
#070E26
(7,14,38)
#070C1F
(7,12,31)
#070A18
(7,10,24)
#070811
(7,8,17)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #071A50

#071A50
(7,26,80)
#1D2E5F
(29,46,95)
#33426E
(51,66,110)
#49567D
(73,86,125)
#5F6A8C
(95,106,140)
#757E9B
(117,126,155)
#8B92AA
(139,146,170)
#A1A6B9
(161,166,185)
#B7BAC8
(183,186,200)
#CDCED7
(205,206,215)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071A50 color. Also use rgb(7,26,80) instead hex code.

Text Font Color

.myTextColor { color: #071A50; }

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

This text font color is #071A50.


Background Color

.myBgColor { background-color: #071A50; }

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

This div background color is #071A50.


Border color

.myBorderColor { border: 1px solid #071A50; }

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

This div border color is #071A50.


Opacity

.myOpacity80 { color: #071A50; opacity: 0.8; }

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

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

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

This text has shadow with #071A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071A50 on black background.


Color preview on white background

This text has color #071A50 on white background.



Black color preview on #071A50 background

This text has black color on #071A50 background.


White color preview on #071A50 background

This text has white color on #071A50 background.