#081531

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

Shades of Midnight Express #081531

Tints of Midnight Express #081531

Color information

#081531 (or 0x081531) is unknown color: approx Midnight Express. HEX triplet: 08, 15 and 31. RGB value is (8,21,49). Sum of RGB (Red+Green+Blue) = 8+21+49=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #081531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081531 is #F7EACE. Grayscale: #141414. Windows color (decimal): -16247503 or 3216648. OLE color: 3216648.

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

Color convert

RGB82149-
CMYK0.840.5700.81
HSL220.98º71.93%11.18%-
HSV(B)220.98º83.67%19.22%-
XYZ0.920.813.01-
YUV20.3144.19119.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=10.26%
G=26.92%
B=62.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal821490.840.5700.81220.9871.9311.18
Hex815315439051dd48b
Octal10256112471012133511013
Binary1000101011100011010100111001010100011101110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081531; }

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

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

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

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

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

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

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

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