#070E47

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

Shades of Midnight Express #070E47

Tints of Midnight Express #070E47

Color information

#070E47 (or 0x070E47) is unknown color: approx Midnight Express. HEX triplet: 07, 0E and 47. RGB value is (7,14,71). Sum of RGB (Red+Green+Blue) = 7+14+71=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #070E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E47 is #F8F1B8. Grayscale: #121212. Windows color (decimal): -16314809 or 4656647. OLE color: 4656647.

HSL color Cylindrical-coordinate representation of color #070E47: hue angle of 233.44º 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 #070E47 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB71471-
CMYK0.900.8000.72
HSL233.44º82.05%15.29%-
HSV(B)233.44º90.14%27.84%-
XYZ1.380.816.05-
YUV18.4157.68119.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 71 (28.12% from 255) = 77.17%
R=7.61%
G=15.22%
B=77.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal714710.900.8000.72233.4482.0515.29
Hex7E475A50048e952f
Octal716107132120011035112217
Binary1111110100011110110101010000010010001110100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070E47; }

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

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

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

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

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

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

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

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