COLOR #070C4E

HEX: #070C4E
RGB: (7,12,78)

Color info

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

RGB color model

#070C4E color RGB value is (7,12,78).

  • red value is 7;
  • green value is 12;
  • blue value is 78.
RGB:
(7,12,78)
(3%,5%,31%)

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 78 of 255 = 31%

7
12
78

R + G + B ~ 13%. #070C4E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 78 = 97 (100%)
R 7 of 97 ~ 7.22%
G 12 of 97 ~ 12.37%
B 78 of 97 ~ 80.41%

%12.37
%80.41

CMYK color model

#070C4E color CMYK value is (91,85,0,69).

  • cyan value is 91.03%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(91,85,0,69)
C91M85Y0K69 
(91%,85%,0%,69%)
(0.91/0.85/0.00/0.69)	

CMYK percentages

%91.03
%84.62
%0
%69.41

Codes

Color #070C4E in popluar color models

070C4E
RGB71278
HSL236°83.53%16.67%
HSB/HSV236°91.03%30.59%
CMYK91.03%84.62%0.00%
69.41%

Color #070C4E in popluar number systems.

HEX070C4E
Decimal71278
Binary11111001001110
Octal714116

Shades and tints

Shades of #070C4E

#070C4E
(7,12,78)
#070B47
(7,11,71)
#070A40
(7,10,64)
#070939
(7,9,57)
#070832
(7,8,50)
#07072B
(7,7,43)
#070624
(7,6,36)
#07051D
(7,5,29)
#070416
(7,4,22)
#07030F
(7,3,15)
#070208
(7,2,8)
#000000
(0,0,0)

Tints of #070C4E

#070C4E
(7,12,78)
#1D225E
(29,34,94)
#33386E
(51,56,110)
#494E7E
(73,78,126)
#5F648E
(95,100,142)
#757A9E
(117,122,158)
#8B90AE
(139,144,174)
#A1A6BE
(161,166,190)
#B7BCCE
(183,188,206)
#CDD2DE
(205,210,222)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070C4E color. Also use rgb(7,12,78) instead hex code.

Text Font Color

.myTextColor { color: #070C4E; }

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

This text font color is #070C4E.


Background Color

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

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

This div background color is #070C4E.


Border color

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

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

This div border color is #070C4E.


Opacity

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

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

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

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

This text has shadow with #070C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C4E on black background.


Color preview on white background

This text has color #070C4E on white background.



Black color preview on #070C4E background

This text has black color on #070C4E background.


White color preview on #070C4E background

This text has white color on #070C4E background.