COLOR #071E6D

HEX: #071E6D
RGB: (7,30,109)

Color info

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

RGB color model

#071E6D color RGB value is (7,30,109).

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

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 109 of 255 = 43%

7
30
109

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

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 109 = 146 (100%)
R 7 of 146 ~ 4.79%
G 30 of 146 ~ 20.55%
B 109 of 146 ~ 74.66%

%20.55
%74.66

CMYK color model

#071E6D color CMYK value is (94,72,0,57).

  • cyan value is 93.58%
  • magenta value is 72.48%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(94,72,0,57)
C94M72Y0K57 
(94%,72%,0%,57%)
(0.94/0.72/0.00/0.57)	

CMYK percentages

%93.58
%72.48
%0
%57.25

Codes

Color #071E6D in popluar color models

071E6D
RGB730109
HSL226°87.93%22.75%
HSB/HSV226°93.58%42.75%
CMYK93.58%72.48%0.00%
57.25%

Color #071E6D in popluar number systems.

HEX071E6D
Decimal730109
Binary111111101101101
Octal736155

Shades and tints

Shades of #071E6D

#071E6D
(7,30,109)
#071C64
(7,28,100)
#071A5B
(7,26,91)
#071852
(7,24,82)
#071649
(7,22,73)
#071440
(7,20,64)
#071237
(7,18,55)
#07102E
(7,16,46)
#070E25
(7,14,37)
#070C1C
(7,12,28)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #071E6D

#071E6D
(7,30,109)
#1D327A
(29,50,122)
#334687
(51,70,135)
#495A94
(73,90,148)
#5F6EA1
(95,110,161)
#7582AE
(117,130,174)
#8B96BB
(139,150,187)
#A1AAC8
(161,170,200)
#B7BED5
(183,190,213)
#CDD2E2
(205,210,226)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071E6D; }

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

This text font color is #071E6D.


Background Color

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

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

This div background color is #071E6D.


Border color

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

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

This div border color is #071E6D.


Opacity

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

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

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

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

This text has shadow with #071E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E6D on black background.


Color preview on white background

This text has color #071E6D on white background.



Black color preview on #071E6D background

This text has black color on #071E6D background.


White color preview on #071E6D background

This text has white color on #071E6D background.