COLOR #071E6A

HEX: #071E6A
RGB: (7,30,106)

Color info

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

RGB color model

#071E6A color RGB value is (7,30,106).

  • red value is 7;
  • green value is 30;
  • blue value is 106.
RGB:
(7,30,106)
(3%,12%,42%)

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 106 of 255 = 42%

7
30
106

R + G + B ~ 19%. #071E6A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 106 = 143 (100%)
R 7 of 143 ~ 4.9%
G 30 of 143 ~ 20.98%
B 106 of 143 ~ 74.13%

%20.98
%74.13

CMYK color model

#071E6A color CMYK value is (93,72,0,58).

  • cyan value is 93.40%
  • magenta value is 71.70%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(93,72,0,58)
C93M72Y0K58 
(93%,72%,0%,58%)
(0.93/0.72/0.00/0.58)	

CMYK percentages

%93.4
%71.7
%0
%58.43

Codes

Color #071E6A in popluar color models

071E6A
RGB730106
HSL226°87.61%22.16%
HSB/HSV226°93.40%41.57%
CMYK93.40%71.70%0.00%
58.43%

Color #071E6A in popluar number systems.

HEX071E6A
Decimal730106
Binary111111101101010
Octal736152

Shades and tints

Shades of #071E6A

#071E6A
(7,30,106)
#071C61
(7,28,97)
#071A58
(7,26,88)
#07184F
(7,24,79)
#071646
(7,22,70)
#07143D
(7,20,61)
#071234
(7,18,52)
#07102B
(7,16,43)
#070E22
(7,14,34)
#070C19
(7,12,25)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #071E6A

#071E6A
(7,30,106)
#1D3277
(29,50,119)
#334684
(51,70,132)
#495A91
(73,90,145)
#5F6E9E
(95,110,158)
#7582AB
(117,130,171)
#8B96B8
(139,150,184)
#A1AAC5
(161,170,197)
#B7BED2
(183,190,210)
#CDD2DF
(205,210,223)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071E6A color. Also use rgb(7,30,106) instead hex code.

Text Font Color

.myTextColor { color: #071E6A; }

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

This text font color is #071E6A.


Background Color

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

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

This div background color is #071E6A.


Border color

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

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

This div border color is #071E6A.


Opacity

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

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

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

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

This text has shadow with #071E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E6A on black background.


Color preview on white background

This text has color #071E6A on white background.



Black color preview on #071E6A background

This text has black color on #071E6A background.


White color preview on #071E6A background

This text has white color on #071E6A background.