#09122F

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

Shades of Midnight Express #09122F

Tints of Midnight Express #09122F

Color information

#09122F (or 0x09122F) is unknown color: approx Midnight Express. HEX triplet: 09, 12 and 2F. RGB value is (9,18,47). Sum of RGB (Red+Green+Blue) = 9+18+47=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #09122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09122F is #F6EDD0. Grayscale: #121212. Windows color (decimal): -16182737 or 3084809. OLE color: 3084809.

HSL color Cylindrical-coordinate representation of color #09122F: hue angle of 225.79º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09122F is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB91847-
CMYK0.810.6200.82
HSL225.79º67.86%10.98%-
HSV(B)225.79º80.85%18.43%-
XYZ0.840.72.78-
YUV18.61144.02121.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 47 (18.75% from 255) = 63.51%
R=12.16%
G=24.32%
B=63.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal918470.810.6200.82225.7967.8610.98
Hex9122F513E052e244b
Octal11225712176012234210413
Binary1001100101011111010001111110010100101110001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09122F; }

 p { color: rgb(9,18,47); }

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

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

 a { background-color: rgb(9,18,47); }

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

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

 span { border-color: rgb(9,18,47); }

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