#070748

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

Shades of Midnight Express #070748

Tints of Midnight Express #070748

Color information

#070748 (or 0x070748) is unknown color: approx Midnight Express. HEX triplet: 07, 07 and 48. RGB value is (7,7,72). Sum of RGB (Red+Green+Blue) = 7+7+72=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #070748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070748 is #F8F8B7. Grayscale: #0E0E0E. Windows color (decimal): -16316600 or 4720391. OLE color: 4720391.

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

Color convert

RGB7772-
CMYK0.900.9000.72
HSL240º82.28%15.49%-
HSV(B)240º90.28%28.24%-
XYZ1.330.676.19-
YUV14.41160.5122.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 72 (28.52% from 255) = 83.72%
R=8.14%
G=8.14%
B=83.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77720.900.9000.7224082.2815.49
Hex77485A5A048f052f
Octal77110132132011036012217
Binary111111100100010110101011010010010001111000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070748; }

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

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

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

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

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

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

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

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