COLOR #070C5E

HEX: #070C5E
RGB: (7,12,94)

Color info

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

RGB color model

#070C5E color RGB value is (7,12,94).

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

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 94 of 255 = 37%

7
12
94

R + G + B ~ 15%. #070C5E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 94 = 113 (100%)
R 7 of 113 ~ 6.19%
G 12 of 113 ~ 10.62%
B 94 of 113 ~ 83.19%

%10.62
%83.19

CMYK color model

#070C5E color CMYK value is (93,87,0,63).

  • cyan value is 92.55%
  • magenta value is 87.23%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(93,87,0,63)
C93M87Y0K63 
(93%,87%,0%,63%)
(0.93/0.87/0.00/0.63)	

CMYK percentages

%92.55
%87.23
%0
%63.14

Codes

Color #070C5E in popluar color models

070C5E
RGB71294
HSL237°86.14%19.80%
HSB/HSV237°92.55%36.86%
CMYK92.55%87.23%0.00%
63.14%

Color #070C5E in popluar number systems.

HEX070C5E
Decimal71294
Binary11111001011110
Octal714136

Shades and tints

Shades of #070C5E

#070C5E
(7,12,94)
#070B56
(7,11,86)
#070A4E
(7,10,78)
#070946
(7,9,70)
#07083E
(7,8,62)
#070736
(7,7,54)
#07062E
(7,6,46)
#070526
(7,5,38)
#07041E
(7,4,30)
#070316
(7,3,22)
#07020E
(7,2,14)
#000000
(0,0,0)

Tints of #070C5E

#070C5E
(7,12,94)
#1D226C
(29,34,108)
#33387A
(51,56,122)
#494E88
(73,78,136)
#5F6496
(95,100,150)
#757AA4
(117,122,164)
#8B90B2
(139,144,178)
#A1A6C0
(161,166,192)
#B7BCCE
(183,188,206)
#CDD2DC
(205,210,220)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C5E; }

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

This text font color is #070C5E.


Background Color

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

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

This div background color is #070C5E.


Border color

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

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

This div border color is #070C5E.


Opacity

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

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

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

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

This text has shadow with #070C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C5E on black background.


Color preview on white background

This text has color #070C5E on white background.



Black color preview on #070C5E background

This text has black color on #070C5E background.


White color preview on #070C5E background

This text has white color on #070C5E background.