#080940

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

Shades of Midnight Express #080940

Tints of Midnight Express #080940

Color information

#080940 (or 0x080940) is unknown color: approx Midnight Express. HEX triplet: 08, 09 and 40. RGB value is (8,9,64). Sum of RGB (Red+Green+Blue) = 8+9+64=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 64 (25.39% from 255 or 79.01% from 81); Max value from RGB is 64 - color contains mainly: blue. Hex color #080940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080940 is #F7F6BF. Grayscale: #0E0E0E. Windows color (decimal): -16250560 or 4196616. OLE color: 4196616.

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

Color convert

RGB8964-
CMYK0.870.8600.75
HSL238.93º77.78%14.12%-
HSV(B)238.93º87.5%25.1%-
XYZ1.120.624.91-
YUV14.97155.67123.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 64 (25.39% from 255) = 79.01%
R=9.88%
G=11.11%
B=79.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal89640.870.8600.75238.9377.7814.12
Hex8940575604Bef4ee
Octal1011100127126011335711616
Binary10001001100000010101111010110010010111110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080940; }

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

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

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

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

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

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

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

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