COLOR #070555

HEX: #070555
RGB: (7,5,85)

Color info

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

RGB color model

#070555 color RGB value is (7,5,85).

  • red value is 7;
  • green value is 5;
  • blue value is 85.
RGB:
(7,5,85)
(3%,2%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 5 of 255 = 2%
B 85 of 255 = 33%

7
5
85

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

Portions of RGB colors in percentages

R + G + B =
7 + 5 + 85 = 97 (100%)
R 7 of 97 ~ 7.22%
G 5 of 97 ~ 5.15%
B 85 of 97 ~ 87.63%

%87.63

CMYK color model

#070555 color CMYK value is (92,94,0,67).

  • cyan value is 91.76%
  • magenta value is 94.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(92,94,0,67)
C92M94Y0K67 
(92%,94%,0%,67%)
(0.92/0.94/0.00/0.67)	

CMYK percentages

%91.76
%94.12
%0
%66.67

Codes

Color #070555 in popluar color models

070555
RGB7585
HSL242°88.89%17.65%
HSB/HSV242°94.12%33.33%
CMYK91.76%94.12%0.00%
66.67%

Color #070555 in popluar number systems.

HEX070555
Decimal7585
Binary1111011010101
Octal75125

Shades and tints

Shades of #070555

#070555
(7,5,85)
#07054E
(7,5,78)
#070547
(7,5,71)
#070540
(7,5,64)
#070539
(7,5,57)
#070532
(7,5,50)
#07052B
(7,5,43)
#070524
(7,5,36)
#07051D
(7,5,29)
#070516
(7,5,22)
#07050F
(7,5,15)
#000000
(0,0,0)

Tints of #070555

#070555
(7,5,85)
#1D1B64
(29,27,100)
#333173
(51,49,115)
#494782
(73,71,130)
#5F5D91
(95,93,145)
#7573A0
(117,115,160)
#8B89AF
(139,137,175)
#A19FBE
(161,159,190)
#B7B5CD
(183,181,205)
#CDCBDC
(205,203,220)
#E3E1EB
(227,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070555; }

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

This text font color is #070555.


Background Color

.myBgColor { background-color: #070555; }

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

This div background color is #070555.


Border color

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

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

This div border color is #070555.


Opacity

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

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

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

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

This text has shadow with #070555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070555 on black background.


Color preview on white background

This text has color #070555 on white background.



Black color preview on #070555 background

This text has black color on #070555 background.


White color preview on #070555 background

This text has white color on #070555 background.