#070948

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

Shades of Midnight Express #070948

Tints of Midnight Express #070948

Color information

#070948 (or 0x070948) is unknown color: approx Midnight Express. HEX triplet: 07, 09 and 48. RGB value is (7,9,72). Sum of RGB (Red+Green+Blue) = 7+9+72=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #070948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070948 is #F8F6B7. Grayscale: #0F0F0F. Windows color (decimal): -16316088 or 4720903. OLE color: 4720903.

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

Color convert

RGB7972-
CMYK0.900.8800.72
HSL238.15º82.28%15.49%-
HSV(B)238.15º90.28%28.24%-
XYZ1.360.716.2-
YUV15.58159.84121.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 72 (28.52% from 255) = 81.82%
R=7.95%
G=10.23%
B=81.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal79720.900.8800.72238.1582.2815.49
Hex79485A58048ee52f
Octal711110132130011035612217
Binary1111001100100010110101011000010010001110111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070948; }

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

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

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

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

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

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

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

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