#091140

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

Shades of Midnight Express #091140

Tints of Midnight Express #091140

Color information

#091140 (or 0x091140) is unknown color: approx Midnight Express. HEX triplet: 09, 11 and 40. RGB value is (9,17,64). Sum of RGB (Red+Green+Blue) = 9+17+64=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #091140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091140 is #F6EEBF. Grayscale: #131313. Windows color (decimal): -16182976 or 4198665. OLE color: 4198665.

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

Color convert

RGB91764-
CMYK0.860.7300.75
HSL231.27º75.34%14.31%-
HSV(B)231.27º85.94%25.1%-
XYZ1.240.834.95-
YUV19.97152.85120.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 64 (25.39% from 255) = 71.11%
R=10%
G=18.89%
B=71.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal917640.860.7300.75231.2775.3414.31
Hex91140564904Be74be
Octal1121100126111011334711316
Binary100110001100000010101101001001010010111110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091140; }

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

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

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

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

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

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

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

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