#080E31

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

Shades of Midnight Express #080E31

Tints of Midnight Express #080E31

Color information

#080E31 (or 0x080E31) is unknown color: approx Midnight Express. HEX triplet: 08, 0E and 31. RGB value is (8,14,49). Sum of RGB (Red+Green+Blue) = 8+14+49=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #080E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E31 is #F7F1CE. Grayscale: #101010. Windows color (decimal): -16249295 or 3214856. OLE color: 3214856.

HSL color Cylindrical-coordinate representation of color #080E31: hue angle of 231.22º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080E31 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB81449-
CMYK0.840.7100.81
HSL231.22º71.93%11.18%-
HSV(B)231.22º83.67%19.22%-
XYZ0.810.592.98-
YUV16.2146.51122.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 49 (19.53% from 255) = 69.01%
R=11.27%
G=19.72%
B=69.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal814490.840.7100.81231.2271.9311.18
Hex8E315447051e748b
Octal101661124107012134711013
Binary1000111011000110101001000111010100011110011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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