COLOR #070659

HEX: #070659
RGB: (7,6,89)

Color info

#070659 contains mainly blue color. Web safe color of #070659 is #000066 (or #006).

RGB color model

#070659 color RGB value is (7,6,89).

  • red value is 7;
  • green value is 6;
  • blue value is 89.
RGB:
(7,6,89)
(3%,2%,35%)

RGB channels and saturation

R 7 of 255 = 3%
G 6 of 255 = 2%
B 89 of 255 = 35%

7
6
89

R + G + B ~ 13%. #070659 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 6 + 89 = 102 (100%)
R 7 of 102 ~ 6.86%
G 6 of 102 ~ 5.88%
B 89 of 102 ~ 87.25%

%87.25

CMYK color model

#070659 color CMYK value is (92,93,0,65).

  • cyan value is 92.13%
  • magenta value is 93.26%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(92,93,0,65)
C92M93Y0K65 
(92%,93%,0%,65%)
(0.92/0.93/0.00/0.65)	

CMYK percentages

%92.13
%93.26
%0
%65.1

Codes

Color #070659 in popluar color models

070659
RGB7689
HSL241°87.37%18.63%
HSB/HSV241°93.26%34.90%
CMYK92.13%93.26%0.00%
65.10%

Color #070659 in popluar number systems.

HEX070659
Decimal7689
Binary1111101011001
Octal76131

Shades and tints

Shades of #070659

#070659
(7,6,89)
#070651
(7,6,81)
#070649
(7,6,73)
#070641
(7,6,65)
#070639
(7,6,57)
#070631
(7,6,49)
#070629
(7,6,41)
#070621
(7,6,33)
#070619
(7,6,25)
#070611
(7,6,17)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #070659

#070659
(7,6,89)
#1D1C68
(29,28,104)
#333277
(51,50,119)
#494886
(73,72,134)
#5F5E95
(95,94,149)
#7574A4
(117,116,164)
#8B8AB3
(139,138,179)
#A1A0C2
(161,160,194)
#B7B6D1
(183,182,209)
#CDCCE0
(205,204,224)
#E3E2EF
(227,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070659; }

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

This text font color is #070659.


Background Color

.myBgColor { background-color: #070659; }

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

This div background color is #070659.


Border color

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

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

This div border color is #070659.


Opacity

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

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

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

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

This text has shadow with #070659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070659 on black background.


Color preview on white background

This text has color #070659 on white background.



Black color preview on #070659 background

This text has black color on #070659 background.


White color preview on #070659 background

This text has white color on #070659 background.