COLOR #070F71

HEX: #070F71
RGB: (7,15,113)

Color info

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

RGB color model

#070F71 color RGB value is (7,15,113).

  • red value is 7;
  • green value is 15;
  • blue value is 113.
RGB:
(7,15,113)
(3%,6%,44%)

RGB channels and saturation

R 7 of 255 = 3%
G 15 of 255 = 6%
B 113 of 255 = 44%

7
15
113

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

Portions of RGB colors in percentages

R + G + B =
7 + 15 + 113 = 135 (100%)
R 7 of 135 ~ 5.19%
G 15 of 135 ~ 11.11%
B 113 of 135 ~ 83.7%

%11.11
%83.7

CMYK color model

#070F71 color CMYK value is (94,87,0,56).

  • cyan value is 93.81%
  • magenta value is 86.73%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(94,87,0,56)
C94M87Y0K56 
(94%,87%,0%,56%)
(0.94/0.87/0.00/0.56)	

CMYK percentages

%93.81
%86.73
%0
%55.69

Codes

Color #070F71 in popluar color models

070F71
RGB715113
HSL235°88.33%23.53%
HSB/HSV235°93.81%44.31%
CMYK93.81%86.73%0.00%
55.69%

Color #070F71 in popluar number systems.

HEX070F71
Decimal715113
Binary11111111110001
Octal717161

Shades and tints

Shades of #070F71

#070F71
(7,15,113)
#070E67
(7,14,103)
#070D5D
(7,13,93)
#070C53
(7,12,83)
#070B49
(7,11,73)
#070A3F
(7,10,63)
#070935
(7,9,53)
#07082B
(7,8,43)
#070721
(7,7,33)
#070617
(7,6,23)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #070F71

#070F71
(7,15,113)
#1D247D
(29,36,125)
#333989
(51,57,137)
#494E95
(73,78,149)
#5F63A1
(95,99,161)
#7578AD
(117,120,173)
#8B8DB9
(139,141,185)
#A1A2C5
(161,162,197)
#B7B7D1
(183,183,209)
#CDCCDD
(205,204,221)
#E3E1E9
(227,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070F71 color. Also use rgb(7,15,113) instead hex code.

Text Font Color

.myTextColor { color: #070F71; }

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

This text font color is #070F71.


Background Color

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

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

This div background color is #070F71.


Border color

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

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

This div border color is #070F71.


Opacity

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

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

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

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

This text has shadow with #070F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070F71 on black background.


Color preview on white background

This text has color #070F71 on white background.



Black color preview on #070F71 background

This text has black color on #070F71 background.


White color preview on #070F71 background

This text has white color on #070F71 background.