COLOR #070082

HEX: #070082
RGB: (7,0,130)

Color info

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

RGB color model

#070082 color RGB value is (7,0,130).

  • red value is 7;
  • green value is 0;
  • blue value is 130.
RGB:
(7,0,130)
(3%,0%,51%)

RGB channels and saturation

R 7 of 255 = 3%
G 0 of 255 = 0%
B 130 of 255 = 51%

7
0
130

R + G + B ~ 18%. #070082 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 130 = 137 (100%)
R 7 of 137 ~ 5.11%
G 0 of 137 ~ 0%
B 130 of 137 ~ 94.89%

%94.89

CMYK color model

#070082 color CMYK value is (95,100,0,49).

  • cyan value is 94.62%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(95,100,0,49)
C95M100Y0K49 
(95%,100%,0%,49%)
(0.95/1.00/0.00/0.49)	

CMYK percentages

%94.62
%100
%0
%49.02

Codes

Color #070082 in popluar color models

070082
RGB70130
HSL243°100.00%25.49%
HSB/HSV243°100.00%50.98%
CMYK94.62%100.00%0.00%
49.02%

Color #070082 in popluar number systems.

HEX070082
Decimal70130
Binary111010000010
Octal70202

Shades and tints

Shades of #070082

#070082
(7,0,130)
#070077
(7,0,119)
#07006C
(7,0,108)
#070061
(7,0,97)
#070056
(7,0,86)
#07004B
(7,0,75)
#070040
(7,0,64)
#070035
(7,0,53)
#07002A
(7,0,42)
#07001F
(7,0,31)
#070014
(7,0,20)
#000000
(0,0,0)

Tints of #070082

#070082
(7,0,130)
#1D178D
(29,23,141)
#332E98
(51,46,152)
#4945A3
(73,69,163)
#5F5CAE
(95,92,174)
#7573B9
(117,115,185)
#8B8AC4
(139,138,196)
#A1A1CF
(161,161,207)
#B7B8DA
(183,184,218)
#CDCFE5
(205,207,229)
#E3E6F0
(227,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070082 color. Also use rgb(7,0,130) instead hex code.

Text Font Color

.myTextColor { color: #070082; }

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

This text font color is #070082.


Background Color

.myBgColor { background-color: #070082; }

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

This div background color is #070082.


Border color

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

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

This div border color is #070082.


Opacity

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

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

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

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

This text has shadow with #070082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070082 on black background.


Color preview on white background

This text has color #070082 on white background.



Black color preview on #070082 background

This text has black color on #070082 background.


White color preview on #070082 background

This text has white color on #070082 background.