#070038

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

Shades of Midnight Express #070038

Tints of Midnight Express #070038

Color information

#070038 (or 0x070038) is unknown color: approx Midnight Express. HEX triplet: 07, 00 and 38. RGB value is (7,0,56). Sum of RGB (Red+Green+Blue) = 7+0+56=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 56 (22.27% from 255 or 88.89% from 63); Max value from RGB is 56 - color contains mainly: blue. Hex color #070038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070038 is #F8FFC7. Grayscale: #080808. Windows color (decimal): -16318408 or 3670023. OLE color: 3670023.

HSL color Cylindrical-coordinate representation of color #070038: hue angle of 247.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070038 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB7056-
CMYK0.88100.78
HSL247.5º100%10.98%-
HSV(B)247.5º100%21.96%-
XYZ0.80.333.76-
YUV8.48154.82126.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 88.89%
R=11.11%
G=0%
B=88.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal70560.88100.78247.510010.98
Hex7038586404Ef864b
Octal7070130144011637014413
Binary111011100010110001100100010011101111100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070038; }

 p { color: rgb(7,0,56); }

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

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

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

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

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

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

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