COLOR #071240

HEX: #071240
RGB: (7,18,64)

Color info

#071240 contains red, green and blue colors in about the same proportion. Web safe color of #071240 is #000033 (or #003).

RGB color model

#071240 color RGB value is (7,18,64).

  • red value is 7;
  • green value is 18;
  • blue value is 64.
RGB:
(7,18,64)
(3%,7%,25%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 64 of 255 = 25%

7
18
64

R + G + B ~ 12%. #071240 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 64 = 89 (100%)
R 7 of 89 ~ 7.87%
G 18 of 89 ~ 20.22%
B 64 of 89 ~ 71.91%

%20.22
%71.91

CMYK color model

#071240 color CMYK value is (89,72,0,75).

  • cyan value is 89.06%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(89,72,0,75)
C89M72Y0K75 
(89%,72%,0%,75%)
(0.89/0.72/0.00/0.75)	

CMYK percentages

%89.06
%71.88
%0
%74.9

Codes

Color #071240 in popluar color models

071240
RGB71864
HSL228°80.28%13.92%
HSB/HSV228°89.06%25.10%
CMYK89.06%71.88%0.00%
74.90%

Color #071240 in popluar number systems.

HEX071240
Decimal71864
Binary111100101000000
Octal722100

Shades and tints

Shades of #071240

#071240
(7,18,64)
#07113B
(7,17,59)
#071036
(7,16,54)
#070F31
(7,15,49)
#070E2C
(7,14,44)
#070D27
(7,13,39)
#070C22
(7,12,34)
#070B1D
(7,11,29)
#070A18
(7,10,24)
#070913
(7,9,19)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #071240

#071240
(7,18,64)
#1D2751
(29,39,81)
#333C62
(51,60,98)
#495173
(73,81,115)
#5F6684
(95,102,132)
#757B95
(117,123,149)
#8B90A6
(139,144,166)
#A1A5B7
(161,165,183)
#B7BAC8
(183,186,200)
#CDCFD9
(205,207,217)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071240 color. Also use rgb(7,18,64) instead hex code.

Text Font Color

.myTextColor { color: #071240; }

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

This text font color is #071240.


Background Color

.myBgColor { background-color: #071240; }

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

This div background color is #071240.


Border color

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

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

This div border color is #071240.


Opacity

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

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

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

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

This text has shadow with #071240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071240 on black background.


Color preview on white background

This text has color #071240 on white background.



Black color preview on #071240 background

This text has black color on #071240 background.


White color preview on #071240 background

This text has white color on #071240 background.