#070F47

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

Shades of Midnight Express #070F47

Tints of Midnight Express #070F47

Color information

#070F47 (or 0x070F47) is unknown color: approx Midnight Express. HEX triplet: 07, 0F and 47. RGB value is (7,15,71). Sum of RGB (Red+Green+Blue) = 7+15+71=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #070F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F47 is #F8F0B8. Grayscale: #121212. Windows color (decimal): -16314553 or 4656903. OLE color: 4656903.

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

Color convert

RGB71571-
CMYK0.900.7900.72
HSL232.5º82.05%15.29%-
HSV(B)232.5º90.14%27.84%-
XYZ1.40.846.05-
YUV18.99157.35119.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 71 (28.12% from 255) = 76.34%
R=7.53%
G=16.13%
B=76.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal715710.900.7900.72232.582.0515.29
Hex7F475A4F048e852f
Octal717107132117011035012217
Binary1111111100011110110101001111010010001110100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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