COLOR #070788

HEX: #070788
RGB: (7,7,136)

Color info

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

RGB color model

#070788 color RGB value is (7,7,136).

  • red value is 7;
  • green value is 7;
  • blue value is 136.
RGB:
(7,7,136)
(3%,3%,53%)

RGB channels and saturation

R 7 of 255 = 3%
G 7 of 255 = 3%
B 136 of 255 = 53%

7
7
136

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

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 136 = 150 (100%)
R 7 of 150 ~ 4.67%
G 7 of 150 ~ 4.67%
B 136 of 150 ~ 90.67%

%90.67

CMYK color model

#070788 color CMYK value is (95,95,0,47).

  • cyan value is 94.85%
  • magenta value is 94.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(95,95,0,47)
C95M95Y0K47 
(95%,95%,0%,47%)
(0.95/0.95/0.00/0.47)	

CMYK percentages

%94.85
%94.85
%0
%46.67

Codes

Color #070788 in popluar color models

070788
RGB77136
HSL240°90.21%28.04%
HSB/HSV240°94.85%53.33%
CMYK94.85%94.85%0.00%
46.67%

Color #070788 in popluar number systems.

HEX070788
Decimal77136
Binary11111110001000
Octal77210

Shades and tints

Shades of #070788

#070788
(7,7,136)
#07077C
(7,7,124)
#070770
(7,7,112)
#070764
(7,7,100)
#070758
(7,7,88)
#07074C
(7,7,76)
#070740
(7,7,64)
#070734
(7,7,52)
#070728
(7,7,40)
#07071C
(7,7,28)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #070788

#070788
(7,7,136)
#1D1D92
(29,29,146)
#33339C
(51,51,156)
#4949A6
(73,73,166)
#5F5FB0
(95,95,176)
#7575BA
(117,117,186)
#8B8BC4
(139,139,196)
#A1A1CE
(161,161,206)
#B7B7D8
(183,183,216)
#CDCDE2
(205,205,226)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070788 color. Also use rgb(7,7,136) instead hex code.

Text Font Color

.myTextColor { color: #070788; }

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

This text font color is #070788.


Background Color

.myBgColor { background-color: #070788; }

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

This div background color is #070788.


Border color

.myBorderColor { border: 1px solid #070788; }

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

This div border color is #070788.


Opacity

.myOpacity80 { color: #070788; opacity: 0.8; }

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

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

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

This text has shadow with #070788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070788 on black background.


Color preview on white background

This text has color #070788 on white background.



Black color preview on #070788 background

This text has black color on #070788 background.


White color preview on #070788 background

This text has white color on #070788 background.