#070440

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

Shades of Midnight Express #070440

Tints of Midnight Express #070440

Color information

#070440 (or 0x070440) is unknown color: approx Midnight Express. HEX triplet: 07, 04 and 40. RGB value is (7,4,64). Sum of RGB (Red+Green+Blue) = 7+4+64=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 64 (25.39% from 255 or 85.33% from 75); Max value from RGB is 64 - color contains mainly: blue. Hex color #070440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070440 is #F8FBBF. Grayscale: #0B0B0B. Windows color (decimal): -16317376 or 4195335. OLE color: 4195335.

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

Color convert

RGB7464-
CMYK0.890.9400.75
HSL243º88.24%13.33%-
HSV(B)243º93.75%25.1%-
XYZ1.060.54.89-
YUV11.74157.49124.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 64 (25.39% from 255) = 85.33%
R=9.33%
G=5.33%
B=85.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal74640.890.9400.7524388.2413.33
Hex7440595E04Bf358d
Octal74100131136011336313015
Binary111100100000010110011011110010010111111001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070440; }

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

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

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

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

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

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

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

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