#091E40

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

Shades of Midnight Express #091E40

Tints of Midnight Express #091E40

Color information

#091E40 (or 0x091E40) is unknown color: approx Midnight Express. HEX triplet: 09, 1E and 40. RGB value is (9,30,64). Sum of RGB (Red+Green+Blue) = 9+30+64=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #091E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E40 is #F6E1BF. Grayscale: #1B1B1B. Windows color (decimal): -16179648 or 4201993. OLE color: 4201993.

HSL color Cylindrical-coordinate representation of color #091E40: hue angle of 217.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091E40 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB93064-
CMYK0.860.5300.75
HSL217.09º75.34%14.31%-
HSV(B)217.09º85.94%25.1%-
XYZ1.51.365.03-
YUV27.6148.54114.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=8.74%
G=29.13%
B=62.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal930640.860.5300.75217.0975.3414.31
Hex91E40563504Bd94be
Octal113610012665011333111316
Binary10011111010000001010110110101010010111101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091E40; }

 p { color: rgb(9,30,64); }

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

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

 a { background-color: rgb(9,30,64); }

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

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

 span { border-color: rgb(9,30,64); }

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