#081640

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

Shades of Midnight Express #081640

Tints of Midnight Express #081640

Color information

#081640 (or 0x081640) is unknown color: approx Midnight Express. HEX triplet: 08, 16 and 40. RGB value is (8,22,64). Sum of RGB (Red+Green+Blue) = 8+22+64=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #081640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081640 is #F7E9BF. Grayscale: #161616. Windows color (decimal): -16247232 or 4199944. OLE color: 4199944.

HSL color Cylindrical-coordinate representation of color #081640: hue angle of 225º 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 #081640 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB82264-
CMYK0.870.6600.75
HSL225º77.78%14.12%-
HSV(B)225º87.5%25.1%-
XYZ1.3114.97-
YUV22.6151.36117.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 64 (25.39% from 255) = 68.09%
R=8.51%
G=23.40%
B=68.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal822640.870.6600.7522577.7814.12
Hex81640574204Be14ee
Octal1026100127102011334111616
Binary100010110100000010101111000010010010111110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081640; }

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

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

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

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

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

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

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

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