#091932

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

Shades of Midnight Express #091932

Tints of Midnight Express #091932

Color information

#091932 (or 0x091932) is unknown color: approx Midnight Express. HEX triplet: 09, 19 and 32. RGB value is (9,25,50). Sum of RGB (Red+Green+Blue) = 9+25+50=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #091932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091932 is #F6E6CD. Grayscale: #161616. Windows color (decimal): -16180942 or 3283209. OLE color: 3283209.

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

Color convert

RGB92550-
CMYK0.820.5000.80
HSL216.59º69.49%11.57%-
HSV(B)216.59º82%19.61%-
XYZ1.040.983.15-
YUV23.07143.2117.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=10.71%
G=29.76%
B=59.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal925500.820.5000.80216.5969.4911.57
Hex919325232050d945c
Octal11316212262012033110514
Binary1001110011100101010010110010010100001101100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091932; }

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

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

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

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

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

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

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

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