#081232

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

Shades of Midnight Express #081232

Tints of Midnight Express #081232

Color information

#081232 (or 0x081232) is unknown color: approx Midnight Express. HEX triplet: 08, 12 and 32. RGB value is (8,18,50). Sum of RGB (Red+Green+Blue) = 8+18+50=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #081232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081232 is #F7EDCD. Grayscale: #121212. Windows color (decimal): -16248270 or 3281416. OLE color: 3281416.

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

Color convert

RGB81850-
CMYK0.840.6400.80
HSL225.71º72.41%11.37%-
HSV(B)225.71º84%19.61%-
XYZ0.890.713.11-
YUV18.66145.69120.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=10.53%
G=23.68%
B=65.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal818500.840.6400.80225.7172.4111.37
Hex812325440050e248b
Octal102262124100012034211013
Binary10001001011001010101001000000010100001110001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081232; }

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

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

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

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

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

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

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

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