COLOR #070147

HEX: #070147 RGB: (7,1,71)

Color info

#070147 contains mainly blue color. Web safe color of #070147 is #000033 (or #003).

RGB color model

#070147 color RGB value is (7,1,71).

RGB: (7,1,71) (3%, 0%, 28%)

RGB channels and saturation

R 7 of 255 = 3%
G 1 of 255 = 0%
B 71 of 255 = 28%

7
1
71

R + G + B ~ 10%. #070147 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 1 + 71 = 79 (100%)
R 7 of 79 ~ 8.86%
G 1 of 79 ~ 1.27%
B 71 of 79 ~ 89.87'%

%89.87

CMYK color model

#070147 color CMYK value is (90,99,0,72).

  • cyan value is 90.14%
  • magenta value is 98.59%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK: (90,99,0,72) C90M99Y0K72 (90%,99%,0%,72%) (0.90/0.99/0.00/0.72) 

CMYK percentages

%90.14
%98.59
%0
%72.16

Codes

Color #070147 in popluar color models

07 01 47
RGB 7 1 71
HSL 245° 97.22% 14.12%
HSB/HSV 245° 98.59% 27.84%
CMYK 90.14% 98.59% 0.00%
72.16%

Color #070147 in popluar number systems.

HEX 07 01 47
Decimal 7 1 71
Binary 111 1 1000111
Octal 7 1 107

Shades and tints

Shades of #070147

#070147
(7,1,71)
#070141
(7,1,65)
#07013B
(7,1,59)
#070135
(7,1,53)
#07012F
(7,1,47)
#070129
(7,1,41)
#070123
(7,1,35)
#07011D
(7,1,29)
#070117
(7,1,23)
#070111
(7,1,17)
#07010B
(7,1,11)
#000000
(0,0,0)

Tints of #070147

#070147
(7,1,71)
#1D1857
(29,24,87)
#332F67
(51,47,103)
#494677
(73,70,119)
#5F5D87
(95,93,135)
#757497
(117,116,151)
#8B8BA7
(139,139,167)
#A1A2B7
(161,162,183)
#B7B9C7
(183,185,199)
#CDD0D7
(205,208,215)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070147; }

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

This text font color is #070147.

Background Color

.myBgColor { background-color: #070147; }

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

This div background color is #070147.

Border color

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

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

This div border color is #070147.

Opacity

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

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

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

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

This text has shadow with #070147 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070147.

Preview

Color preview on black background

This text has color #070147 on black background.


Color preview on white background

This text has color #070147 on white background.


Black color preview on #070147 background

This text has black color on #070147 background.


White color preview on #070147 background

This text has white color on #070147 background.


Related colors

Complementary color

Complementary color for #hex is #F8FEB8.


I love getcolorcode.com

Triadic colors

1 #470701 and #014707 with #070147 are triadic colors.

2 #470107 and #010747 with #070147 are triadic colors.