#081432

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

Shades of Midnight Express #081432

Tints of Midnight Express #081432

Color information

#081432 (or 0x081432) is unknown color: approx Midnight Express. HEX triplet: 08, 14 and 32. RGB value is (8,20,50). Sum of RGB (Red+Green+Blue) = 8+20+50=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #081432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081432 is #F7EBCD. Grayscale: #131313. Windows color (decimal): -16247758 or 3281928. OLE color: 3281928.

HSL color Cylindrical-coordinate representation of color #081432: hue angle of 222.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081432 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB82050-
CMYK0.840.6000.80
HSL222.86º72.41%11.37%-
HSV(B)222.86º84%19.61%-
XYZ0.930.783.12-
YUV19.83145.02119.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 50 (19.92% from 255) = 64.10%
R=10.26%
G=25.64%
B=64.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal820500.840.6000.80222.8672.4111.37
Hex81432543C050df48b
Octal10246212474012033711013
Binary1000101001100101010100111100010100001101111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081432; }

 p { color: rgb(8,20,50); }

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

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

 a { background-color: rgb(8,20,50); }

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

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

 span { border-color: rgb(8,20,50); }

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