#091340

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

Shades of Midnight Express #091340

Tints of Midnight Express #091340

Color information

#091340 (or 0x091340) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 40. RGB value is (9,19,64). Sum of RGB (Red+Green+Blue) = 9+19+64=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #091340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091340 is #F6ECBF. Grayscale: #141414. Windows color (decimal): -16182464 or 4199177. OLE color: 4199177.

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

Color convert

RGB91964-
CMYK0.860.7000.75
HSL229.09º75.34%14.31%-
HSV(B)229.09º85.94%25.1%-
XYZ1.270.894.96-
YUV21.14152.19119.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 64 (25.39% from 255) = 69.57%
R=9.78%
G=20.65%
B=69.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal919640.860.7000.75229.0975.3414.31
Hex91340564604Be54be
Octal1123100126106011334511316
Binary100110011100000010101101000110010010111110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091340; }

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

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

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

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

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

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

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

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