#070848

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

Shades of Midnight Express #070848

Tints of Midnight Express #070848

Color information

#070848 (or 0x070848) is unknown color: approx Midnight Express. HEX triplet: 07, 08 and 48. RGB value is (7,8,72). Sum of RGB (Red+Green+Blue) = 7+8+72=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #070848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070848 is #F8F7B7. Grayscale: #0E0E0E. Windows color (decimal): -16316344 or 4720647. OLE color: 4720647.

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

Color convert

RGB7872-
CMYK0.900.8900.72
HSL239.08º82.28%15.49%-
HSV(B)239.08º90.28%28.24%-
XYZ1.340.696.19-
YUV15160.17122.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 8 (3.52% from 255) = 9.20%
BLUE value IS 72 (28.52% from 255) = 82.76%
R=8.05%
G=9.20%
B=82.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal78720.900.8900.72239.0882.2815.49
Hex78485A59048ef52f
Octal710110132131011035712217
Binary1111000100100010110101011001010010001110111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070848; }

 p { color: rgb(7,8,72); }

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

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

 a { background-color: rgb(7,8,72); }

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

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

 span { border-color: rgb(7,8,72); }

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