COLOR #070181

HEX: #070181
RGB: (7,1,129)

Color info

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

RGB color model

#070181 color RGB value is (7,1,129).

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

RGB channels and saturation

R 7 of 255 = 3%
G 1 of 255 = 0%
B 129 of 255 = 51%

7
1
129

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

Portions of RGB colors in percentages

R + G + B =
7 + 1 + 129 = 137 (100%)
R 7 of 137 ~ 5.11%
G 1 of 137 ~ 0.73%
B 129 of 137 ~ 94.16%

%94.16

CMYK color model

#070181 color CMYK value is (95,99,0,49).

  • cyan value is 94.57%
  • magenta value is 99.22%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(95,99,0,49)
C95M99Y0K49 
(95%,99%,0%,49%)
(0.95/0.99/0.00/0.49)	

CMYK percentages

%94.57
%99.22
%0
%49.41

Codes

Color #070181 in popluar color models

070181
RGB71129
HSL243°98.46%25.49%
HSB/HSV243°99.22%50.59%
CMYK94.57%99.22%0.00%
49.41%

Color #070181 in popluar number systems.

HEX070181
Decimal71129
Binary111110000001
Octal71201

Shades and tints

Shades of #070181

#070181
(7,1,129)
#070176
(7,1,118)
#07016B
(7,1,107)
#070160
(7,1,96)
#070155
(7,1,85)
#07014A
(7,1,74)
#07013F
(7,1,63)
#070134
(7,1,52)
#070129
(7,1,41)
#07011E
(7,1,30)
#070113
(7,1,19)
#000000
(0,0,0)

Tints of #070181

#070181
(7,1,129)
#1D188C
(29,24,140)
#332F97
(51,47,151)
#4946A2
(73,70,162)
#5F5DAD
(95,93,173)
#7574B8
(117,116,184)
#8B8BC3
(139,139,195)
#A1A2CE
(161,162,206)
#B7B9D9
(183,185,217)
#CDD0E4
(205,208,228)
#E3E7EF
(227,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070181; }

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

This text font color is #070181.


Background Color

.myBgColor { background-color: #070181; }

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

This div background color is #070181.


Border color

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

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

This div border color is #070181.


Opacity

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

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

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

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

This text has shadow with #070181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070181 on black background.


Color preview on white background

This text has color #070181 on white background.



Black color preview on #070181 background

This text has black color on #070181 background.


White color preview on #070181 background

This text has white color on #070181 background.