#09142E

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

Shades of Midnight Express #09142E

Tints of Midnight Express #09142E

Color information

#09142E (or 0x09142E) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 2E. RGB value is (9,20,46). Sum of RGB (Red+Green+Blue) = 9+20+46=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #09142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09142E is #F6EBD1. Grayscale: #131313. Windows color (decimal): -16182226 or 3019785. OLE color: 3019785.

HSL color Cylindrical-coordinate representation of color #09142E: hue angle of 222.16º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09142E is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB92046-
CMYK0.800.5700.82
HSL222.16º67.27%10.78%-
HSV(B)222.16º80.43%18.04%-
XYZ0.860.762.69-
YUV19.67142.86120.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=12%
G=26.67%
B=61.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal920460.800.5700.82222.1667.2710.78
Hex9142E5039052de43b
Octal11245612071012233610313
Binary1001101001011101010000111001010100101101111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09142E; }

 p { color: rgb(9,20,46); }

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

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

 a { background-color: rgb(9,20,46); }

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

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

 span { border-color: rgb(9,20,46); }

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