COLOR #070C84

HEX: #070C84
RGB: (7,12,132)

Color info

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

RGB color model

#070C84 color RGB value is (7,12,132).

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

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 132 of 255 = 52%

7
12
132

R + G + B ~ 20%. #070C84 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 132 = 151 (100%)
R 7 of 151 ~ 4.64%
G 12 of 151 ~ 7.95%
B 132 of 151 ~ 87.42%

%87.42

CMYK color model

#070C84 color CMYK value is (95,91,0,48).

  • cyan value is 94.70%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(95,91,0,48)
C95M91Y0K48 
(95%,91%,0%,48%)
(0.95/0.91/0.00/0.48)	

CMYK percentages

%94.7
%90.91
%0
%48.24

Codes

Color #070C84 in popluar color models

070C84
RGB712132
HSL238°89.93%27.25%
HSB/HSV238°94.70%51.76%
CMYK94.70%90.91%0.00%
48.24%

Color #070C84 in popluar number systems.

HEX070C84
Decimal712132
Binary111110010000100
Octal714204

Shades and tints

Shades of #070C84

#070C84
(7,12,132)
#070B78
(7,11,120)
#070A6C
(7,10,108)
#070960
(7,9,96)
#070854
(7,8,84)
#070748
(7,7,72)
#07063C
(7,6,60)
#070530
(7,5,48)
#070424
(7,4,36)
#070318
(7,3,24)
#07020C
(7,2,12)
#000000
(0,0,0)

Tints of #070C84

#070C84
(7,12,132)
#1D228F
(29,34,143)
#33389A
(51,56,154)
#494EA5
(73,78,165)
#5F64B0
(95,100,176)
#757ABB
(117,122,187)
#8B90C6
(139,144,198)
#A1A6D1
(161,166,209)
#B7BCDC
(183,188,220)
#CDD2E7
(205,210,231)
#E3E8F2
(227,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C84; }

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

This text font color is #070C84.


Background Color

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

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

This div background color is #070C84.


Border color

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

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

This div border color is #070C84.


Opacity

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

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

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

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

This text has shadow with #070C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C84 on black background.


Color preview on white background

This text has color #070C84 on white background.



Black color preview on #070C84 background

This text has black color on #070C84 background.


White color preview on #070C84 background

This text has white color on #070C84 background.