#090D32

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

Shades of Midnight Express #090D32

Tints of Midnight Express #090D32

Color information

#090D32 (or 0x090D32) is unknown color: approx Midnight Express. HEX triplet: 09, 0D and 32. RGB value is (9,13,50). Sum of RGB (Red+Green+Blue) = 9+13+50=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #090D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D32 is #F6F2CD. Grayscale: #0F0F0F. Windows color (decimal): -16184014 or 3280137. OLE color: 3280137.

HSL color Cylindrical-coordinate representation of color #090D32: hue angle of 234.15º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090D32 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB91350-
CMYK0.820.7400.80
HSL234.15º69.49%11.57%-
HSV(B)234.15º82%19.61%-
XYZ0.830.583.08-
YUV16.02147.17122.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 50 (19.92% from 255) = 69.44%
R=12.5%
G=18.06%
B=69.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal913500.820.7400.80234.1569.4911.57
Hex9D32524A050ea45c
Octal111562122112012035210514
Binary1001110111001010100101001010010100001110101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,13,50); }

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

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

 a { background-color: rgb(9,13,50); }

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

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

 span { border-color: rgb(9,13,50); }

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