#080039

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

Shades of Midnight Express #080039

Tints of Midnight Express #080039

Color information

#080039 (or 0x080039) is unknown color: approx Midnight Express. HEX triplet: 08, 00 and 39. RGB value is (8,0,57). Sum of RGB (Red+Green+Blue) = 8+0+57=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 57 (22.66% from 255 or 87.69% from 65); Max value from RGB is 57 - color contains mainly: blue. Hex color #080039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080039 is #F7FFC6. Grayscale: #080808. Windows color (decimal): -16252871 or 3735560. OLE color: 3735560.

HSL color Cylindrical-coordinate representation of color #080039: hue angle of 248.42º 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 #080039 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB8057-
CMYK0.86100.78
HSL248.42º100%11.18%-
HSV(B)248.42º100%22.35%-
XYZ0.840.353.89-
YUV8.89155.15127.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 87.69%
R=12.31%
G=0%
B=87.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal80570.86100.78248.4210011.18
Hex8039566404Ef864b
Octal10071126144011637014413
Binary1000011100110101101100100010011101111100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080039; }

 p { color: rgb(8,0,57); }

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

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

 a { background-color: rgb(8,0,57); }

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

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

 span { border-color: rgb(8,0,57); }

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