#070647

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

Shades of Midnight Express #070647

Tints of Midnight Express #070647

Color information

#070647 (or 0x070647) is unknown color: approx Midnight Express. HEX triplet: 07, 06 and 47. RGB value is (7,6,71). Sum of RGB (Red+Green+Blue) = 7+6+71=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #070647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070647 is #F8F9B8. Grayscale: #0D0D0D. Windows color (decimal): -16316857 or 4654599. OLE color: 4654599.

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

Color convert

RGB7671-
CMYK0.900.9200.72
HSL240.92º84.42%15.1%-
HSV(B)240.92º91.55%27.84%-
XYZ1.290.636.01-
YUV13.71160.33123.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 71 (28.12% from 255) = 84.52%
R=8.33%
G=7.14%
B=84.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal76710.900.9200.72240.9284.4215.1
Hex76475A5C048f154f
Octal76107132134011036112417
Binary111110100011110110101011100010010001111000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070647; }

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

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

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

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

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

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

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

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