#091532

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

Shades of Midnight Express #091532

Tints of Midnight Express #091532

Color information

#091532 (or 0x091532) is unknown color: approx Midnight Express. HEX triplet: 09, 15 and 32. RGB value is (9,21,50). Sum of RGB (Red+Green+Blue) = 9+21+50=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #091532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091532 is #F6EACD. Grayscale: #141414. Windows color (decimal): -16181966 or 3282185. OLE color: 3282185.

HSL color Cylindrical-coordinate representation of color #091532: hue angle of 222.44º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091532 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB92150-
CMYK0.820.5800.80
HSL222.44º69.49%11.57%-
HSV(B)222.44º82%19.61%-
XYZ0.960.823.13-
YUV20.72144.52119.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 50 (19.92% from 255) = 62.5%
R=11.25%
G=26.25%
B=62.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal921500.820.5800.80222.4469.4911.57
Hex91532523A050de45c
Octal11256212272012033610514
Binary1001101011100101010010111010010100001101111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091532; }

 p { color: rgb(9,21,50); }

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

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

 a { background-color: rgb(9,21,50); }

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

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

 span { border-color: rgb(9,21,50); }

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