#070239

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

Shades of Midnight Express #070239

Tints of Midnight Express #070239

Color information

#070239 (or 0x070239) is unknown color: approx Midnight Express. HEX triplet: 07, 02 and 39. RGB value is (7,2,57). Sum of RGB (Red+Green+Blue) = 7+2+57=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 57 (22.66% from 255 or 86.36% from 66); Max value from RGB is 57 - color contains mainly: blue. Hex color #070239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070239 is #F8FDC6. Grayscale: #090909. Windows color (decimal): -16317895 or 3736071. OLE color: 3736071.

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

Color convert

RGB7257-
CMYK0.880.9600.78
HSL245.45º93.22%11.57%-
HSV(B)245.45º96.49%22.35%-
XYZ0.850.383.9-
YUV9.76154.66126.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 57 (22.66% from 255) = 86.36%
R=10.61%
G=3.03%
B=86.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal72570.880.9600.78245.4593.2211.57
Hex7239586004Ef55dc
Octal7271130140011636513514
Binary1111011100110110001100000010011101111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070239; }

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

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

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

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

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

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

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

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