#070A47

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

Shades of Midnight Express #070A47

Tints of Midnight Express #070A47

Color information

#070A47 (or 0x070A47) is unknown color: approx Midnight Express. HEX triplet: 07, 0A and 47. RGB value is (7,10,71). Sum of RGB (Red+Green+Blue) = 7+10+71=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #070A47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A47 is #F8F5B8. Grayscale: #0F0F0F. Windows color (decimal): -16315833 or 4655623. OLE color: 4655623.

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

Color convert

RGB71071-
CMYK0.900.8600.72
HSL237.19º82.05%15.29%-
HSV(B)237.19º90.14%27.84%-
XYZ1.330.726.03-
YUV16.06159.01121.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 71 (28.12% from 255) = 80.68%
R=7.95%
G=11.36%
B=80.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal710710.900.8600.72237.1982.0515.29
Hex7A475A56048ed52f
Octal712107132126011035512217
Binary1111010100011110110101010110010010001110110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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