#070886

Color #070886 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #070886

Tints of Dark Blue #070886

Color information

#070886 (or 0x070886) is unknown color: approx Dark Blue. HEX triplet: 07, 08 and 86. RGB value is (7,8,134). Sum of RGB (Red+Green+Blue) = 7+8+134=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 134 (52.73% from 255 or 89.93% from 149); Max value from RGB is 134 - color contains mainly: blue. Hex color #070886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070886 is #F8F779. Grayscale: #151515. Windows color (decimal): -16316282 or 8783879. OLE color: 8783879.

HSL color Cylindrical-coordinate representation of color #070886: hue angle of 239.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070886 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB78134-
CMYK0.950.9400.47
HSL239.53º90.07%27.65%-
HSV(B)239.53º94.78%52.55%-
XYZ4.481.9422.69-
YUV22.06191.17117.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 134 (52.73% from 255) = 89.93%
R=4.70%
G=5.37%
B=89.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781340.950.9400.47239.5390.0727.65
Hex78865F5E02Ff05a1c
Octal71020613713605736013234
Binary11110001000011010111111011110010111111110000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070886; }

 p { color: rgb(7,8,134); }

 H1.HeaderClassName
 {
   color: #070886;
 }
 .AnyTagClassName
 {
   color: #070886;
 }
</style>
background-color css

<style>
 a { background-color: #070886; }

 a { background-color: rgb(7,8,134); }

 div.DivClassName
 {
   background-color: #070886;
 }
 .BgClassName
 {
   background-color: #070886;
 }
</style>
border-color css

<style>
 span { border-color: #070886; }

 span { border-color: rgb(7,8,134); }

 td.TdClassName
 {
   border-color: #070886;
 }
 .TagClassName
 {
   border-color: #070886;
 }
</style>