#070646

Color #070646 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #070646

Tints of Midnight Express #070646

Color information

#070646 (or 0x070646) is unknown color: approx Midnight Express. HEX triplet: 07, 06 and 46. RGB value is (7,6,70). Sum of RGB (Red+Green+Blue) = 7+6+70=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 70 (27.73% from 255 or 84.34% from 83); Max value from RGB is 70 - color contains mainly: blue. Hex color #070646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070646 is #F8F9B9. Grayscale: #0D0D0D. Windows color (decimal): -16316858 or 4589063. OLE color: 4589063.

HSL color Cylindrical-coordinate representation of color #070646: hue angle of 240.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070646 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB7670-
CMYK0.900.9100.73
HSL240.94º84.21%14.9%-
HSV(B)240.94º91.43%27.45%-
XYZ1.260.625.85-
YUV13.6159.83123.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 70 (27.73% from 255) = 84.34%
R=8.43%
G=7.23%
B=84.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal76700.900.9100.73240.9484.2114.9
Hex76465A5B049f154f
Octal76106132133011136112417
Binary111110100011010110101011011010010011111000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070646; }

 p { color: rgb(7,6,70); }

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

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

 a { background-color: rgb(7,6,70); }

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

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

 span { border-color: rgb(7,6,70); }

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