COLOR #070E67

HEX: #070E67
RGB: (7,14,103)

Color info

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

RGB color model

#070E67 color RGB value is (7,14,103).

  • red value is 7;
  • green value is 14;
  • blue value is 103.
RGB:
(7,14,103)
(3%,5%,40%)

RGB channels and saturation

R 7 of 255 = 3%
G 14 of 255 = 5%
B 103 of 255 = 40%

7
14
103

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

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 103 = 124 (100%)
R 7 of 124 ~ 5.65%
G 14 of 124 ~ 11.29%
B 103 of 124 ~ 83.06%

%11.29
%83.06

CMYK color model

#070E67 color CMYK value is (93,86,0,60).

  • cyan value is 93.20%
  • magenta value is 86.41%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(93,86,0,60)
C93M86Y0K60 
(93%,86%,0%,60%)
(0.93/0.86/0.00/0.60)	

CMYK percentages

%93.2
%86.41
%0
%59.61

Codes

Color #070E67 in popluar color models

070E67
RGB714103
HSL236°87.27%21.57%
HSB/HSV236°93.20%40.39%
CMYK93.20%86.41%0.00%
59.61%

Color #070E67 in popluar number systems.

HEX070E67
Decimal714103
Binary11111101100111
Octal716147

Shades and tints

Shades of #070E67

#070E67
(7,14,103)
#070D5E
(7,13,94)
#070C55
(7,12,85)
#070B4C
(7,11,76)
#070A43
(7,10,67)
#07093A
(7,9,58)
#070831
(7,8,49)
#070728
(7,7,40)
#07061F
(7,6,31)
#070516
(7,5,22)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #070E67

#070E67
(7,14,103)
#1D2374
(29,35,116)
#333881
(51,56,129)
#494D8E
(73,77,142)
#5F629B
(95,98,155)
#7577A8
(117,119,168)
#8B8CB5
(139,140,181)
#A1A1C2
(161,161,194)
#B7B6CF
(183,182,207)
#CDCBDC
(205,203,220)
#E3E0E9
(227,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070E67 color. Also use rgb(7,14,103) instead hex code.

Text Font Color

.myTextColor { color: #070E67; }

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

This text font color is #070E67.


Background Color

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

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

This div background color is #070E67.


Border color

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

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

This div border color is #070E67.


Opacity

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

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

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

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

This text has shadow with #070E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E67 on black background.


Color preview on white background

This text has color #070E67 on white background.



Black color preview on #070E67 background

This text has black color on #070E67 background.


White color preview on #070E67 background

This text has white color on #070E67 background.