COLOR #071247

HEX: #071247
RGB: (7,18,71)

Color info

#071247 contains mainly green and blue colors. Web safe color of #071247 is #000033 (or #003).

RGB color model

#071247 color RGB value is (7,18,71).

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

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 71 of 255 = 28%

7
18
71

R + G + B ~ 13%. #071247 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 71 = 96 (100%)
R 7 of 96 ~ 7.29%
G 18 of 96 ~ 18.75%
B 71 of 96 ~ 73.96%

%18.75
%73.96

CMYK color model

#071247 color CMYK value is (90,75,0,72).

  • cyan value is 90.14%
  • magenta value is 74.65%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(90,75,0,72)
C90M75Y0K72 
(90%,75%,0%,72%)
(0.90/0.75/0.00/0.72)	

CMYK percentages

%90.14
%74.65
%0
%72.16

Codes

Color #071247 in popluar color models

071247
RGB71871
HSL230°82.05%15.29%
HSB/HSV230°90.14%27.84%
CMYK90.14%74.65%0.00%
72.16%

Color #071247 in popluar number systems.

HEX071247
Decimal71871
Binary111100101000111
Octal722107

Shades and tints

Shades of #071247

#071247
(7,18,71)
#071141
(7,17,65)
#07103B
(7,16,59)
#070F35
(7,15,53)
#070E2F
(7,14,47)
#070D29
(7,13,41)
#070C23
(7,12,35)
#070B1D
(7,11,29)
#070A17
(7,10,23)
#070911
(7,9,17)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #071247

#071247
(7,18,71)
#1D2757
(29,39,87)
#333C67
(51,60,103)
#495177
(73,81,119)
#5F6687
(95,102,135)
#757B97
(117,123,151)
#8B90A7
(139,144,167)
#A1A5B7
(161,165,183)
#B7BAC7
(183,186,199)
#CDCFD7
(205,207,215)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071247; }

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

This text font color is #071247.


Background Color

.myBgColor { background-color: #071247; }

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

This div background color is #071247.


Border color

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

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

This div border color is #071247.


Opacity

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

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

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

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

This text has shadow with #071247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071247 on black background.


Color preview on white background

This text has color #071247 on white background.



Black color preview on #071247 background

This text has black color on #071247 background.


White color preview on #071247 background

This text has white color on #071247 background.