#091242

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

Shades of Midnight Express #091242

Tints of Midnight Express #091242

Color information

#091242 (or 0x091242) is unknown color: approx Midnight Express. HEX triplet: 09, 12 and 42. RGB value is (9,18,66). Sum of RGB (Red+Green+Blue) = 9+18+66=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #091242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091242 is #F6EDBD. Grayscale: #141414. Windows color (decimal): -16182718 or 4329993. OLE color: 4329993.

HSL color Cylindrical-coordinate representation of color #091242: hue angle of 230.53º 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 #091242 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB91866-
CMYK0.860.7300.74
HSL230.53º76%14.71%-
HSV(B)230.53º86.36%25.88%-
XYZ1.310.885.26-
YUV20.78153.52119.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 66 (26.17% from 255) = 70.97%
R=9.68%
G=19.35%
B=70.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal918660.860.7300.74230.537614.71
Hex91242564904Ae74cf
Octal1122102126111011234711417
Binary100110010100001010101101001001010010101110011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091242; }

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

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

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

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

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

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

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

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