#080540

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

Shades of Midnight Express #080540

Tints of Midnight Express #080540

Color information

#080540 (or 0x080540) is unknown color: approx Midnight Express. HEX triplet: 08, 05 and 40. RGB value is (8,5,64). Sum of RGB (Red+Green+Blue) = 8+5+64=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 64 (25.39% from 255 or 83.12% from 77); Max value from RGB is 64 - color contains mainly: blue. Hex color #080540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080540 is #F7FABF. Grayscale: #0C0C0C. Windows color (decimal): -16251584 or 4195592. OLE color: 4195592.

HSL color Cylindrical-coordinate representation of color #080540: hue angle of 243.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080540 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB8564-
CMYK0.870.9200.75
HSL243.05º85.51%13.53%-
HSV(B)243.05º92.19%25.1%-
XYZ1.080.534.9-
YUV12.62156.99124.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 64 (25.39% from 255) = 83.12%
R=10.39%
G=6.49%
B=83.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal85640.870.9200.75243.0585.5113.53
Hex8540575C04Bf356e
Octal105100127134011336312616
Binary1000101100000010101111011100010010111111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080540; }

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

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

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

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

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

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

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

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