COLOR #070986

HEX: #070986 RGB: (7,9,134)

Color info

#070986 contains mainly blue color. Web safe color of #070986 is #000099 (or #009).

RGB color model

#070986 color RGB value is (7,9,134).

RGB: (7,9,134) (3%, 4%, 53%)

RGB channels and saturation

R 7 of 255 = 3%
G 9 of 255 = 4%
B 134 of 255 = 53%

7
9
134

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

Portions of RGB colors in percentages

R + G + B = 7 + 9 + 134 = 150 (100%)
R 7 of 150 ~ 4.67%
G 9 of 150 ~ 6%
B 134 of 150 ~ 89.33'%

%89.33

CMYK color model

#070986 color CMYK value is (95,93,0,47).

  • cyan value is 94.78%
  • magenta value is 93.28%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (95,93,0,47)
C95M93Y0K47 (95%, 93%, 0%, 47%)
(0.95 / 0.93 / 0.00 / 0.47)

CMYK percentages

%94.78
%93.28
%0
%47.45

Codes

Color #070986 in popluar color models

07 09 86
RGB 7 9 134
HSL 239° 90.07% 27.65%
HSB/HSV 239° 94.78% 52.55%
CMYK 94.78% 93.28% 0.00%
47.45%

Color #070986 in popluar number systems.

HEX 07 09 86
Decimal 7 9 134
Binary 111 1001 10000110
Octal 7 11 206

Shades and tints

Shades of #070986

#070986
(7,9,134)
#07097A
(7,9,122)
#07096E
(7,9,110)
#070962
(7,9,98)
#070956
(7,9,86)
#07094A
(7,9,74)
#07093E
(7,9,62)
#070932
(7,9,50)
#070926
(7,9,38)
#07091A
(7,9,26)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #070986

#070986
(7,9,134)
#1D1F91
(29,31,145)
#33359C
(51,53,156)
#494BA7
(73,75,167)
#5F61B2
(95,97,178)
#7577BD
(117,119,189)
#8B8DC8
(139,141,200)
#A1A3D3
(161,163,211)
#B7B9DE
(183,185,222)
#CDCFE9
(205,207,233)
#E3E5F4
(227,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070986 color. Also use rgb(7,9,134) instead hex code.

Text Font Color

.myTextColor { color: #070986; }

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

This text font color is #070986.

Background Color

.myBgColor { background-color: #070986; }

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

This div background color is #070986.

Border color

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

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

This div border color is #070986.

Opacity

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

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

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

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

This text has shadow with #070986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070986.

Preview

Color preview on black background

This text has color #070986 on black background.


Color preview on white background

This text has color #070986 on white background.


Black color preview on #070986 background

This text has black color on #070986 background.


White color preview on #070986 background

This text has white color on #070986 background.


Related colors

Complementary color

Complementary color for #hex is #F8F679.


I love getcolorcode.com

Triadic colors

1 #860709 and #098607 with #070986 are triadic colors.

2 #860907 and #090786 with #070986 are triadic colors.