#080539

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

Shades of Midnight Express #080539

Tints of Midnight Express #080539

Color information

#080539 (or 0x080539) is unknown color: approx Midnight Express. HEX triplet: 08, 05 and 39. RGB value is (8,5,57). Sum of RGB (Red+Green+Blue) = 8+5+57=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 57 (22.66% from 255 or 81.43% from 70); Max value from RGB is 57 - color contains mainly: blue. Hex color #080539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080539 is #F7FAC6. Grayscale: #0B0B0B. Windows color (decimal): -16251591 or 3736840. OLE color: 3736840.

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

Color convert

RGB8557-
CMYK0.860.9100.78
HSL243.46º83.87%12.16%-
HSV(B)243.46º91.23%22.35%-
XYZ0.890.463.91-
YUV11.82153.49125.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 57 (22.66% from 255) = 81.43%
R=11.43%
G=7.14%
B=81.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal85570.860.9100.78243.4683.8712.16
Hex8539565B04Ef354c
Octal10571126133011636312414
Binary100010111100110101101011011010011101111001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080539; }

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

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

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

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

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

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

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

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