#070F49

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

Shades of Midnight Express #070F49

Tints of Midnight Express #070F49

Color information

#070F49 (or 0x070F49) is unknown color: approx Midnight Express. HEX triplet: 07, 0F and 49. RGB value is (7,15,73). Sum of RGB (Red+Green+Blue) = 7+15+73=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #070F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F49 is #F8F0B6. Grayscale: #121212. Windows color (decimal): -16314551 or 4787975. OLE color: 4787975.

HSL color Cylindrical-coordinate representation of color #070F49: hue angle of 232.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070F49 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB71573-
CMYK0.900.7900.71
HSL232.73º82.5%15.69%-
HSV(B)232.73º90.41%28.63%-
XYZ1.460.876.39-
YUV19.22158.35119.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=7.37%
G=15.79%
B=76.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal715730.900.7900.71232.7382.515.69
Hex7F495A4F047e95210
Octal717111132117010735112220
Binary11111111001001101101010011110100011111101001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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