COLOR #070C8C

HEX: #070C8C
RGB: (7,12,140)

Color info

#070C8C contains mainly blue color. Web safe color of #070C8C is #000099 (or #009).

RGB color model

#070C8C color RGB value is (7,12,140).

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

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 140 of 255 = 55%

7
12
140

R + G + B ~ 21%. #070C8C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 140 = 159 (100%)
R 7 of 159 ~ 4.4%
G 12 of 159 ~ 7.55%
B 140 of 159 ~ 88.05%

%88.05

CMYK color model

#070C8C color CMYK value is (95,91,0,45).

  • cyan value is 95.00%
  • magenta value is 91.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(95,91,0,45)
C95M91Y0K45 
(95%,91%,0%,45%)
(0.95/0.91/0.00/0.45)	

CMYK percentages

%95
%91.43
%0
%45.1

Codes

Color #070C8C in popluar color models

070C8C
RGB712140
HSL238°90.48%28.82%
HSB/HSV238°95.00%54.90%
CMYK95.00%91.43%0.00%
45.10%

Color #070C8C in popluar number systems.

HEX070C8C
Decimal712140
Binary111110010001100
Octal714214

Shades and tints

Shades of #070C8C

#070C8C
(7,12,140)
#070B80
(7,11,128)
#070A74
(7,10,116)
#070968
(7,9,104)
#07085C
(7,8,92)
#070750
(7,7,80)
#070644
(7,6,68)
#070538
(7,5,56)
#07042C
(7,4,44)
#070320
(7,3,32)
#070214
(7,2,20)
#000000
(0,0,0)

Tints of #070C8C

#070C8C
(7,12,140)
#1D2296
(29,34,150)
#3338A0
(51,56,160)
#494EAA
(73,78,170)
#5F64B4
(95,100,180)
#757ABE
(117,122,190)
#8B90C8
(139,144,200)
#A1A6D2
(161,166,210)
#B7BCDC
(183,188,220)
#CDD2E6
(205,210,230)
#E3E8F0
(227,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C8C; }

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

This text font color is #070C8C.


Background Color

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

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

This div background color is #070C8C.


Border color

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

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

This div border color is #070C8C.


Opacity

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

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

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

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

This text has shadow with #070C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C8C on black background.


Color preview on white background

This text has color #070C8C on white background.



Black color preview on #070C8C background

This text has black color on #070C8C background.


White color preview on #070C8C background

This text has white color on #070C8C background.