COLOR #070C85

HEX: #070C85
RGB: (7,12,133)

Color info

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

RGB color model

#070C85 color RGB value is (7,12,133).

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

RGB channels and saturation

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

7
12
133

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

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 133 = 152 (100%)
R 7 of 152 ~ 4.61%
G 12 of 152 ~ 7.89%
B 133 of 152 ~ 87.5%

%87.5

CMYK color model

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

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

CMYK percentages

%94.74
%90.98
%0
%47.84

Codes

Color #070C85 in popluar color models

070C85
RGB712133
HSL238°90.00%27.45%
HSB/HSV238°94.74%52.16%
CMYK94.74%90.98%0.00%
47.84%

Color #070C85 in popluar number systems.

HEX070C85
Decimal712133
Binary111110010000101
Octal714205

Shades and tints

Shades of #070C85

#070C85
(7,12,133)
#070B79
(7,11,121)
#070A6D
(7,10,109)
#070961
(7,9,97)
#070855
(7,8,85)
#070749
(7,7,73)
#07063D
(7,6,61)
#070531
(7,5,49)
#070425
(7,4,37)
#070319
(7,3,25)
#07020D
(7,2,13)
#000000
(0,0,0)

Tints of #070C85

#070C85
(7,12,133)
#1D2290
(29,34,144)
#33389B
(51,56,155)
#494EA6
(73,78,166)
#5F64B1
(95,100,177)
#757ABC
(117,122,188)
#8B90C7
(139,144,199)
#A1A6D2
(161,166,210)
#B7BCDD
(183,188,221)
#CDD2E8
(205,210,232)
#E3E8F3
(227,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C85; }

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

This text font color is #070C85.


Background Color

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

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

This div background color is #070C85.


Border color

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

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

This div border color is #070C85.


Opacity

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

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

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

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

This text has shadow with #070C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C85 on black background.


Color preview on white background

This text has color #070C85 on white background.



Black color preview on #070C85 background

This text has black color on #070C85 background.


White color preview on #070C85 background

This text has white color on #070C85 background.