#070945

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

Shades of Midnight Express #070945

Tints of Midnight Express #070945

Color information

#070945 (or 0x070945) is unknown color: approx Midnight Express. HEX triplet: 07, 09 and 45. RGB value is (7,9,69). Sum of RGB (Red+Green+Blue) = 7+9+69=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #070945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070945 is #F8F6BA. Grayscale: #0F0F0F. Windows color (decimal): -16316091 or 4524295. OLE color: 4524295.

HSL color Cylindrical-coordinate representation of color #070945: hue angle of 238.06º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070945 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB7969-
CMYK0.900.8700.73
HSL238.06º81.58%14.9%-
HSV(B)238.06º89.86%27.06%-
XYZ1.260.675.69-
YUV15.24158.34122.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 69 (27.34% from 255) = 81.18%
R=8.24%
G=10.59%
B=81.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal79690.900.8700.73238.0681.5814.9
Hex79455A57049ee52f
Octal711105132127011135612217
Binary1111001100010110110101010111010010011110111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070945; }

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

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

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

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

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

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

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

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