COLOR #070C9F

HEX: #070C9F
RGB: (7,12,159)

Color info

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

RGB color model

#070C9F color RGB value is (7,12,159).

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

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 159 of 255 = 62%

7
12
159

R + G + B ~ 23%. #070C9F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 159 = 178 (100%)
R 7 of 178 ~ 3.93%
G 12 of 178 ~ 6.74%
B 159 of 178 ~ 89.33%

%89.33

CMYK color model

#070C9F color CMYK value is (96,92,0,38).

  • cyan value is 95.60%
  • magenta value is 92.45%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(96,92,0,38)
C96M92Y0K38 
(96%,92%,0%,38%)
(0.96/0.92/0.00/0.38)	

CMYK percentages

%95.6
%92.45
%0
%37.65

Codes

Color #070C9F in popluar color models

070C9F
RGB712159
HSL238°91.57%32.55%
HSB/HSV238°95.60%62.35%
CMYK95.60%92.45%0.00%
37.65%

Color #070C9F in popluar number systems.

HEX070C9F
Decimal712159
Binary111110010011111
Octal714237

Shades and tints

Shades of #070C9F

#070C9F
(7,12,159)
#070B91
(7,11,145)
#070A83
(7,10,131)
#070975
(7,9,117)
#070867
(7,8,103)
#070759
(7,7,89)
#07064B
(7,6,75)
#07053D
(7,5,61)
#07042F
(7,4,47)
#070321
(7,3,33)
#070213
(7,2,19)
#000000
(0,0,0)

Tints of #070C9F

#070C9F
(7,12,159)
#1D22A7
(29,34,167)
#3338AF
(51,56,175)
#494EB7
(73,78,183)
#5F64BF
(95,100,191)
#757AC7
(117,122,199)
#8B90CF
(139,144,207)
#A1A6D7
(161,166,215)
#B7BCDF
(183,188,223)
#CDD2E7
(205,210,231)
#E3E8EF
(227,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C9F; }

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

This text font color is #070C9F.


Background Color

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

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

This div background color is #070C9F.


Border color

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

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

This div border color is #070C9F.


Opacity

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

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

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

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

This text has shadow with #070C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C9F on black background.


Color preview on white background

This text has color #070C9F on white background.



Black color preview on #070C9F background

This text has black color on #070C9F background.


White color preview on #070C9F background

This text has white color on #070C9F background.