#091042

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

Shades of Midnight Express #091042

Tints of Midnight Express #091042

Color information

#091042 (or 0x091042) is unknown color: approx Midnight Express. HEX triplet: 09, 10 and 42. RGB value is (9,16,66). Sum of RGB (Red+Green+Blue) = 9+16+66=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 66 (26.17% from 255 or 72.53% from 91); Max value from RGB is 66 - color contains mainly: blue. Hex color #091042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091042 is #F6EFBD. Grayscale: #131313. Windows color (decimal): -16183230 or 4329481. OLE color: 4329481.

HSL color Cylindrical-coordinate representation of color #091042: hue angle of 232.63º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091042 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB91666-
CMYK0.860.7600.74
HSL232.63º76%14.71%-
HSV(B)232.63º86.36%25.88%-
XYZ1.280.825.25-
YUV19.61154.18120.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 66 (26.17% from 255) = 72.53%
R=9.89%
G=17.58%
B=72.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal916660.860.7600.74232.637614.71
Hex91042564C04Ae94cf
Octal1120102126114011235111417
Binary100110000100001010101101001100010010101110100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091042; }

 p { color: rgb(9,16,66); }

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

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

 a { background-color: rgb(9,16,66); }

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

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

 span { border-color: rgb(9,16,66); }

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