COLOR #070C49

HEX: #070C49
RGB: (7,12,73)

Color info

#070C49 contains mainly blue color. Web safe color of #070C49 is #000033 (or #003).

RGB color model

#070C49 color RGB value is (7,12,73).

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

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 73 of 255 = 29%

7
12
73

R + G + B ~ 12%. #070C49 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 73 = 92 (100%)
R 7 of 92 ~ 7.61%
G 12 of 92 ~ 13.04%
B 73 of 92 ~ 79.35%

%13.04
%79.35

CMYK color model

#070C49 color CMYK value is (90,84,0,71).

  • cyan value is 90.41%
  • magenta value is 83.56%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(90,84,0,71)
C90M84Y0K71 
(90%,84%,0%,71%)
(0.90/0.84/0.00/0.71)	

CMYK percentages

%90.41
%83.56
%0
%71.37

Codes

Color #070C49 in popluar color models

070C49
RGB71273
HSL235°82.50%15.69%
HSB/HSV235°90.41%28.63%
CMYK90.41%83.56%0.00%
71.37%

Color #070C49 in popluar number systems.

HEX070C49
Decimal71273
Binary11111001001001
Octal714111

Shades and tints

Shades of #070C49

#070C49
(7,12,73)
#070B43
(7,11,67)
#070A3D
(7,10,61)
#070937
(7,9,55)
#070831
(7,8,49)
#07072B
(7,7,43)
#070625
(7,6,37)
#07051F
(7,5,31)
#070419
(7,4,25)
#070313
(7,3,19)
#07020D
(7,2,13)
#000000
(0,0,0)

Tints of #070C49

#070C49
(7,12,73)
#1D2259
(29,34,89)
#333869
(51,56,105)
#494E79
(73,78,121)
#5F6489
(95,100,137)
#757A99
(117,122,153)
#8B90A9
(139,144,169)
#A1A6B9
(161,166,185)
#B7BCC9
(183,188,201)
#CDD2D9
(205,210,217)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C49; }

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

This text font color is #070C49.


Background Color

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

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

This div background color is #070C49.


Border color

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

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

This div border color is #070C49.


Opacity

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

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

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

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

This text has shadow with #070C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C49 on black background.


Color preview on white background

This text has color #070C49 on white background.



Black color preview on #070C49 background

This text has black color on #070C49 background.


White color preview on #070C49 background

This text has white color on #070C49 background.