COLOR #070A83

HEX: #070A83
RGB: (7,10,131)

Color info

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

RGB color model

#070A83 color RGB value is (7,10,131).

  • red value is 7;
  • green value is 10;
  • blue value is 131.
RGB:
(7,10,131)
(3%,4%,51%)

RGB channels and saturation

R 7 of 255 = 3%
G 10 of 255 = 4%
B 131 of 255 = 51%

7
10
131

R + G + B ~ 19%. #070A83 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 131 = 148 (100%)
R 7 of 148 ~ 4.73%
G 10 of 148 ~ 6.76%
B 131 of 148 ~ 88.51%

%88.51

CMYK color model

#070A83 color CMYK value is (95,92,0,49).

  • cyan value is 94.66%
  • magenta value is 92.37%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(95,92,0,49)
C95M92Y0K49 
(95%,92%,0%,49%)
(0.95/0.92/0.00/0.49)	

CMYK percentages

%94.66
%92.37
%0
%48.63

Codes

Color #070A83 in popluar color models

070A83
RGB710131
HSL239°89.86%27.06%
HSB/HSV239°94.66%51.37%
CMYK94.66%92.37%0.00%
48.63%

Color #070A83 in popluar number systems.

HEX070A83
Decimal710131
Binary111101010000011
Octal712203

Shades and tints

Shades of #070A83

#070A83
(7,10,131)
#070A78
(7,10,120)
#070A6D
(7,10,109)
#070A62
(7,10,98)
#070A57
(7,10,87)
#070A4C
(7,10,76)
#070A41
(7,10,65)
#070A36
(7,10,54)
#070A2B
(7,10,43)
#070A20
(7,10,32)
#070A15
(7,10,21)
#000000
(0,0,0)

Tints of #070A83

#070A83
(7,10,131)
#1D208E
(29,32,142)
#333699
(51,54,153)
#494CA4
(73,76,164)
#5F62AF
(95,98,175)
#7578BA
(117,120,186)
#8B8EC5
(139,142,197)
#A1A4D0
(161,164,208)
#B7BADB
(183,186,219)
#CDD0E6
(205,208,230)
#E3E6F1
(227,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070A83 color. Also use rgb(7,10,131) instead hex code.

Text Font Color

.myTextColor { color: #070A83; }

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

This text font color is #070A83.


Background Color

.myBgColor { background-color: #070A83; }

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

This div background color is #070A83.


Border color

.myBorderColor { border: 1px solid #070A83; }

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

This div border color is #070A83.


Opacity

.myOpacity80 { color: #070A83; opacity: 0.8; }

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

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

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

This text has shadow with #070A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070A83 on black background.


Color preview on white background

This text has color #070A83 on white background.



Black color preview on #070A83 background

This text has black color on #070A83 background.


White color preview on #070A83 background

This text has white color on #070A83 background.