#080E40

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

Shades of Midnight Express #080E40

Tints of Midnight Express #080E40

Color information

#080E40 (or 0x080E40) is unknown color: approx Midnight Express. HEX triplet: 08, 0E and 40. RGB value is (8,14,64). Sum of RGB (Red+Green+Blue) = 8+14+64=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #080E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E40 is #F7F1BF. Grayscale: #111111. Windows color (decimal): -16249280 or 4197896. OLE color: 4197896.

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

Color convert

RGB81464-
CMYK0.870.7800.75
HSL233.57º77.78%14.12%-
HSV(B)233.57º87.5%25.1%-
XYZ1.180.744.93-
YUV17.91154.01120.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 64 (25.39% from 255) = 74.42%
R=9.30%
G=16.28%
B=74.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal814640.870.7800.75233.5777.7814.12
Hex8E40574E04Bea4ee
Octal1016100127116011335211616
Binary10001110100000010101111001110010010111110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E40; }

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

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

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

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

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

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

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

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