#080D31

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

Shades of Midnight Express #080D31

Tints of Midnight Express #080D31

Color information

#080D31 (or 0x080D31) is unknown color: approx Midnight Express. HEX triplet: 08, 0D and 31. RGB value is (8,13,49). Sum of RGB (Red+Green+Blue) = 8+13+49=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #080D31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D31 is #F7F2CE. Grayscale: #0F0F0F. Windows color (decimal): -16249551 or 3214600. OLE color: 3214600.

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

Color convert

RGB81349-
CMYK0.840.7300.81
HSL232.68º71.93%11.18%-
HSV(B)232.68º83.67%19.22%-
XYZ0.80.562.97-
YUV15.61146.84122.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 49 (19.53% from 255) = 70%
R=11.43%
G=18.57%
B=70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal813490.840.7300.81232.6871.9311.18
Hex8D315449051e948b
Octal101561124111012135111013
Binary1000110111000110101001001001010100011110100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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