#070747

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

Shades of Midnight Express #070747

Tints of Midnight Express #070747

Color information

#070747 (or 0x070747) is unknown color: approx Midnight Express. HEX triplet: 07, 07 and 47. RGB value is (7,7,71). Sum of RGB (Red+Green+Blue) = 7+7+71=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #070747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070747 is #F8F8B8. Grayscale: #0E0E0E. Windows color (decimal): -16316601 or 4654855. OLE color: 4654855.

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

Color convert

RGB7771-
CMYK0.900.9000.72
HSL240º82.05%15.29%-
HSV(B)240º90.14%27.84%-
XYZ1.30.656.02-
YUV14.3160122.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 71 (28.12% from 255) = 83.53%
R=8.24%
G=8.24%
B=83.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77710.900.9000.7224082.0515.29
Hex77475A5A048f052f
Octal77107132132011036012217
Binary111111100011110110101011010010010001111000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070747; }

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

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

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

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

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

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

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

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