COLOR #071E75

HEX: #071E75
RGB: (7,30,117)

Color info

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

RGB color model

#071E75 color RGB value is (7,30,117).

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

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 117 of 255 = 46%

7
30
117

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

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 117 = 154 (100%)
R 7 of 154 ~ 4.55%
G 30 of 154 ~ 19.48%
B 117 of 154 ~ 75.97%

%19.48
%75.97

CMYK color model

#071E75 color CMYK value is (94,74,0,54).

  • cyan value is 94.02%
  • magenta value is 74.36%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(94,74,0,54)
C94M74Y0K54 
(94%,74%,0%,54%)
(0.94/0.74/0.00/0.54)	

CMYK percentages

%94.02
%74.36
%0
%54.12

Codes

Color #071E75 in popluar color models

071E75
RGB730117
HSL227°88.71%24.31%
HSB/HSV227°94.02%45.88%
CMYK94.02%74.36%0.00%
54.12%

Color #071E75 in popluar number systems.

HEX071E75
Decimal730117
Binary111111101110101
Octal736165

Shades and tints

Shades of #071E75

#071E75
(7,30,117)
#071C6B
(7,28,107)
#071A61
(7,26,97)
#071857
(7,24,87)
#07164D
(7,22,77)
#071443
(7,20,67)
#071239
(7,18,57)
#07102F
(7,16,47)
#070E25
(7,14,37)
#070C1B
(7,12,27)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #071E75

#071E75
(7,30,117)
#1D3281
(29,50,129)
#33468D
(51,70,141)
#495A99
(73,90,153)
#5F6EA5
(95,110,165)
#7582B1
(117,130,177)
#8B96BD
(139,150,189)
#A1AAC9
(161,170,201)
#B7BED5
(183,190,213)
#CDD2E1
(205,210,225)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071E75; }

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

This text font color is #071E75.


Background Color

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

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

This div background color is #071E75.


Border color

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

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

This div border color is #071E75.


Opacity

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

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

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

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

This text has shadow with #071E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E75 on black background.


Color preview on white background

This text has color #071E75 on white background.



Black color preview on #071E75 background

This text has black color on #071E75 background.


White color preview on #071E75 background

This text has white color on #071E75 background.