COLOR #070858

HEX: #070858
RGB: (7,8,88)

Color info

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

RGB color model

#070858 color RGB value is (7,8,88).

  • red value is 7;
  • green value is 8;
  • blue value is 88.
RGB:
(7,8,88)
(3%,3%,35%)

RGB channels and saturation

R 7 of 255 = 3%
G 8 of 255 = 3%
B 88 of 255 = 35%

7
8
88

R + G + B ~ 14%. #070858 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 8 + 88 = 103 (100%)
R 7 of 103 ~ 6.8%
G 8 of 103 ~ 7.77%
B 88 of 103 ~ 85.44%

%85.44

CMYK color model

#070858 color CMYK value is (92,91,0,65).

  • cyan value is 92.05%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(92,91,0,65)
C92M91Y0K65 
(92%,91%,0%,65%)
(0.92/0.91/0.00/0.65)	

CMYK percentages

%92.05
%90.91
%0
%65.49

Codes

Color #070858 in popluar color models

070858
RGB7888
HSL239°85.26%18.63%
HSB/HSV239°92.05%34.51%
CMYK92.05%90.91%0.00%
65.49%

Color #070858 in popluar number systems.

HEX070858
Decimal7888
Binary11110001011000
Octal710130

Shades and tints

Shades of #070858

#070858
(7,8,88)
#070850
(7,8,80)
#070848
(7,8,72)
#070840
(7,8,64)
#070838
(7,8,56)
#070830
(7,8,48)
#070828
(7,8,40)
#070820
(7,8,32)
#070818
(7,8,24)
#070810
(7,8,16)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #070858

#070858
(7,8,88)
#1D1E67
(29,30,103)
#333476
(51,52,118)
#494A85
(73,74,133)
#5F6094
(95,96,148)
#7576A3
(117,118,163)
#8B8CB2
(139,140,178)
#A1A2C1
(161,162,193)
#B7B8D0
(183,184,208)
#CDCEDF
(205,206,223)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070858; }

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

This text font color is #070858.


Background Color

.myBgColor { background-color: #070858; }

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

This div background color is #070858.


Border color

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

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

This div border color is #070858.


Opacity

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

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

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

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

This text has shadow with #070858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070858 on black background.


Color preview on white background

This text has color #070858 on white background.



Black color preview on #070858 background

This text has black color on #070858 background.


White color preview on #070858 background

This text has white color on #070858 background.