#090E40

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

Shades of Midnight Express #090E40

Tints of Midnight Express #090E40

Color information

#090E40 (or 0x090E40) is unknown color: approx Midnight Express. HEX triplet: 09, 0E and 40. RGB value is (9,14,64). Sum of RGB (Red+Green+Blue) = 9+14+64=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #090E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E40 is #F6F1BF. Grayscale: #121212. Windows color (decimal): -16183744 or 4197897. OLE color: 4197897.

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

Color convert

RGB91464-
CMYK0.860.7800.75
HSL234.55º75.34%14.31%-
HSV(B)234.55º85.94%25.1%-
XYZ1.20.744.93-
YUV18.2153.84121.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 14 (5.86% from 255) = 16.09%
BLUE value IS 64 (25.39% from 255) = 73.56%
R=10.34%
G=16.09%
B=73.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal914640.860.7800.75234.5575.3414.31
Hex9E40564E04Beb4be
Octal1116100126116011335311316
Binary10011110100000010101101001110010010111110101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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