#091A40

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

Shades of Midnight Express #091A40

Tints of Midnight Express #091A40

Color information

#091A40 (or 0x091A40) is unknown color: approx Midnight Express. HEX triplet: 09, 1A and 40. RGB value is (9,26,64). Sum of RGB (Red+Green+Blue) = 9+26+64=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #091A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A40 is #F6E5BF. Grayscale: #191919. Windows color (decimal): -16180672 or 4200969. OLE color: 4200969.

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

Color convert

RGB92664-
CMYK0.860.5900.75
HSL221.45º75.34%14.31%-
HSV(B)221.45º85.94%25.1%-
XYZ1.411.175-
YUV25.25149.87116.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=9.09%
G=26.26%
B=64.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal926640.860.5900.75221.4575.3414.31
Hex91A40563B04Bdd4be
Octal113210012673011333511316
Binary10011101010000001010110111011010010111101110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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