#080842

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

Shades of Midnight Express #080842

Tints of Midnight Express #080842

Color information

#080842 (or 0x080842) is unknown color: approx Midnight Express. HEX triplet: 08, 08 and 42. RGB value is (8,8,66). Sum of RGB (Red+Green+Blue) = 8+8+66=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 66 (26.17% from 255 or 80.49% from 82); Max value from RGB is 66 - color contains mainly: blue. Hex color #080842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080842 is #F7F7BD. Grayscale: #0E0E0E. Windows color (decimal): -16250814 or 4327432. OLE color: 4327432.

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

Color convert

RGB8866-
CMYK0.880.8800.74
HSL240º78.38%14.51%-
HSV(B)240º87.88%25.88%-
XYZ1.170.625.21-
YUV14.61157123.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 66 (26.17% from 255) = 80.49%
R=9.76%
G=9.76%
B=80.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal88660.880.8800.7424078.3814.51
Hex8842585804Af04ef
Octal1010102130130011236011617
Binary10001000100001010110001011000010010101111000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080842; }

 p { color: rgb(8,8,66); }

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

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

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

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

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

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

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