#080E46

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

Shades of Midnight Express #080E46

Tints of Midnight Express #080E46

Color information

#080E46 (or 0x080E46) is unknown color: approx Midnight Express. HEX triplet: 08, 0E and 46. RGB value is (8,14,70). Sum of RGB (Red+Green+Blue) = 8+14+70=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #080E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E46 is #F7F1B9. Grayscale: #121212. Windows color (decimal): -16249274 or 4591112. OLE color: 4591112.

HSL color Cylindrical-coordinate representation of color #080E46: hue angle of 234.19º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080E46 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB81470-
CMYK0.890.8000.73
HSL234.19º79.49%15.29%-
HSV(B)234.19º88.57%27.45%-
XYZ1.360.815.88-
YUV18.59157.01120.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.70%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=8.70%
G=15.22%
B=76.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal814700.890.8000.73234.1979.4915.29
Hex8E465950049ea4ff
Octal1016106131120011135211717
Binary10001110100011010110011010000010010011110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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