COLOR #070072

HEX: #070072
RGB: (7,0,114)

Color info

#070072 contains mainly blue color. Web safe color of #070072 is #000066 (or #006).

RGB color model

#070072 color RGB value is (7,0,114).

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

RGB channels and saturation

R 7 of 255 = 3%
G 0 of 255 = 0%
B 114 of 255 = 45%

7
0
114

R + G + B ~ 16%. #070072 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 114 = 121 (100%)
R 7 of 121 ~ 5.79%
G 0 of 121 ~ 0%
B 114 of 121 ~ 94.21%

%94.21

CMYK color model

#070072 color CMYK value is (94,100,0,55).

  • cyan value is 93.86%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(94,100,0,55)
C94M100Y0K55 
(94%,100%,0%,55%)
(0.94/1.00/0.00/0.55)	

CMYK percentages

%93.86
%100
%0
%55.29

Codes

Color #070072 in popluar color models

070072
RGB70114
HSL244°100.00%22.35%
HSB/HSV244°100.00%44.71%
CMYK93.86%100.00%0.00%
55.29%

Color #070072 in popluar number systems.

HEX070072
Decimal70114
Binary11101110010
Octal70162

Shades and tints

Shades of #070072

#070072
(7,0,114)
#070068
(7,0,104)
#07005E
(7,0,94)
#070054
(7,0,84)
#07004A
(7,0,74)
#070040
(7,0,64)
#070036
(7,0,54)
#07002C
(7,0,44)
#070022
(7,0,34)
#070018
(7,0,24)
#07000E
(7,0,14)
#000000
(0,0,0)

Tints of #070072

#070072
(7,0,114)
#1D177E
(29,23,126)
#332E8A
(51,46,138)
#494596
(73,69,150)
#5F5CA2
(95,92,162)
#7573AE
(117,115,174)
#8B8ABA
(139,138,186)
#A1A1C6
(161,161,198)
#B7B8D2
(183,184,210)
#CDCFDE
(205,207,222)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070072; }

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

This text font color is #070072.


Background Color

.myBgColor { background-color: #070072; }

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

This div background color is #070072.


Border color

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

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

This div border color is #070072.


Opacity

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

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

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

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

This text has shadow with #070072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070072 on black background.


Color preview on white background

This text has color #070072 on white background.



Black color preview on #070072 background

This text has black color on #070072 background.


White color preview on #070072 background

This text has white color on #070072 background.