#070244

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

Shades of Midnight Express #070244

Tints of Midnight Express #070244

Color information

#070244 (or 0x070244) is unknown color: approx Midnight Express. HEX triplet: 07, 02 and 44. RGB value is (7,2,68). Sum of RGB (Red+Green+Blue) = 7+2+68=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 68 (26.95% from 255 or 88.31% from 77); Max value from RGB is 68 - color contains mainly: blue. Hex color #070244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070244 is #F8FDBB. Grayscale: #0A0A0A. Windows color (decimal): -16317884 or 4456967. OLE color: 4456967.

HSL color Cylindrical-coordinate representation of color #070244: hue angle of 244.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070244 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB7268-
CMYK0.900.9700.73
HSL244.55º94.29%13.73%-
HSV(B)244.55º97.06%26.67%-
XYZ1.150.515.51-
YUV11.02160.16125.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 68 (26.95% from 255) = 88.31%
R=9.09%
G=2.60%
B=88.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal72680.900.9700.73244.5594.2913.73
Hex72445A61049f55ee
Octal72104132141011136513616
Binary11110100010010110101100001010010011111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070244; }

 p { color: rgb(7,2,68); }

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

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

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

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

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

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

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