#080F31

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

Shades of Midnight Express #080F31

Tints of Midnight Express #080F31

Color information

#080F31 (or 0x080F31) is unknown color: approx Midnight Express. HEX triplet: 08, 0F and 31. RGB value is (8,15,49). Sum of RGB (Red+Green+Blue) = 8+15+49=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #080F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F31 is #F7F0CE. Grayscale: #101010. Windows color (decimal): -16249039 or 3215112. OLE color: 3215112.

HSL color Cylindrical-coordinate representation of color #080F31: hue angle of 229.76º 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 #080F31 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB81549-
CMYK0.840.6900.81
HSL229.76º71.93%11.18%-
HSV(B)229.76º83.67%19.22%-
XYZ0.830.622.98-
YUV16.78146.18121.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=11.11%
G=20.83%
B=68.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal815490.840.6900.81229.7671.9311.18
Hex8F315445051e648b
Octal101761124105012134611013
Binary1000111111000110101001000101010100011110011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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