#090E49

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

Shades of Midnight Express #090E49

Tints of Midnight Express #090E49

Color information

#090E49 (or 0x090E49) is unknown color: approx Midnight Express. HEX triplet: 09, 0E and 49. RGB value is (9,14,73). Sum of RGB (Red+Green+Blue) = 9+14+73=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #090E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E49 is #F6F1B6. Grayscale: #121212. Windows color (decimal): -16183735 or 4787721. OLE color: 4787721.

HSL color Cylindrical-coordinate representation of color #090E49: hue angle of 235.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090E49 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB91473-
CMYK0.880.8100.71
HSL235.31º78.05%16.08%-
HSV(B)235.31º87.67%28.63%-
XYZ1.470.856.39-
YUV19.23158.34120.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 73 (28.91% from 255) = 76.04%
R=9.38%
G=14.58%
B=76.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal914730.880.8100.71235.3178.0516.08
Hex9E495851047eb4e10
Octal1116111130121010735311620
Binary100111101001001101100010100010100011111101011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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