#070F44

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

Shades of Midnight Express #070F44

Tints of Midnight Express #070F44

Color information

#070F44 (or 0x070F44) is unknown color: approx Midnight Express. HEX triplet: 07, 0F and 44. RGB value is (7,15,68). Sum of RGB (Red+Green+Blue) = 7+15+68=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #070F44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F44 is #F8F0BB. Grayscale: #121212. Windows color (decimal): -16314556 or 4460295. OLE color: 4460295.

HSL color Cylindrical-coordinate representation of color #070F44: hue angle of 232.13º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070F44 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB71568-
CMYK0.900.7800.73
HSL232.13º81.33%14.71%-
HSV(B)232.13º89.71%26.67%-
XYZ1.30.85.56-
YUV18.65155.85119.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 15 (6.25% from 255) = 16.67%
BLUE value IS 68 (26.95% from 255) = 75.56%
R=7.78%
G=16.67%
B=75.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal715680.900.7800.73232.1381.3314.71
Hex7F445A4E049e851f
Octal717104132116011135012117
Binary1111111100010010110101001110010010011110100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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