#070840

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

Shades of Midnight Express #070840

Tints of Midnight Express #070840

Color information

#070840 (or 0x070840) is unknown color: approx Midnight Express. HEX triplet: 07, 08 and 40. RGB value is (7,8,64). Sum of RGB (Red+Green+Blue) = 7+8+64=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 64 (25.39% from 255 or 81.01% from 79); Max value from RGB is 64 - color contains mainly: blue. Hex color #070840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070840 is #F8F7BF. Grayscale: #0D0D0D. Windows color (decimal): -16316352 or 4196359. OLE color: 4196359.

HSL color Cylindrical-coordinate representation of color #070840: hue angle of 238.95º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070840 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB7864-
CMYK0.890.8700.75
HSL238.95º80.28%13.92%-
HSV(B)238.95º89.06%25.1%-
XYZ1.10.594.91-
YUV14.08156.17122.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 64 (25.39% from 255) = 81.01%
R=8.86%
G=10.13%
B=81.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal78640.890.8700.75238.9580.2813.92
Hex7840595704Bef50e
Octal710100131127011335712016
Binary1111000100000010110011010111010010111110111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070840; }

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

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

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

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

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

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

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

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