#071040

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

Shades of Midnight Express #071040

Tints of Midnight Express #071040

Color information

#071040 (or 0x071040) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 40. RGB value is (7,16,64). Sum of RGB (Red+Green+Blue) = 7+16+64=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #071040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071040 is #F8EFBF. Grayscale: #121212. Windows color (decimal): -16314304 or 4198407. OLE color: 4198407.

HSL color Cylindrical-coordinate representation of color #071040: hue angle of 230.53º 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 #071040 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB71664-
CMYK0.890.7500.75
HSL230.53º80.28%13.92%-
HSV(B)230.53º89.06%25.1%-
XYZ1.20.794.94-
YUV18.78153.52119.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 64 (25.39% from 255) = 73.56%
R=8.05%
G=18.39%
B=73.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal716640.890.7500.75230.5380.2813.92
Hex71040594B04Be750e
Octal720100131113011334712016
Binary11110000100000010110011001011010010111110011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071040; }

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

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

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

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

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

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

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

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