#070C49

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

Shades of Midnight Express #070C49

Tints of Midnight Express #070C49

Color information

#070C49 (or 0x070C49) is unknown color: approx Midnight Express. HEX triplet: 07, 0C and 49. RGB value is (7,12,73). Sum of RGB (Red+Green+Blue) = 7+12+73=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #070C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C49 is #F8F3B6. Grayscale: #111111. Windows color (decimal): -16315319 or 4787207. OLE color: 4787207.

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

Color convert

RGB71273-
CMYK0.900.8400.71
HSL235.45º82.5%15.69%-
HSV(B)235.45º90.41%28.63%-
XYZ1.420.796.38-
YUV17.46159.34120.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 12 (5.08% from 255) = 13.04%
BLUE value IS 73 (28.91% from 255) = 79.35%
R=7.61%
G=13.04%
B=79.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal712730.900.8400.71235.4582.515.69
Hex7C495A54047eb5210
Octal714111132124010735312220
Binary11111001001001101101010101000100011111101011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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