#09142B

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

Shades of Midnight Express #09142B

Tints of Midnight Express #09142B

Color information

#09142B (or 0x09142B) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 2B. RGB value is (9,20,43). Sum of RGB (Red+Green+Blue) = 9+20+43=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #09142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09142B is #F6EBD4. Grayscale: #131313. Windows color (decimal): -16182229 or 2823177. OLE color: 2823177.

HSL color Cylindrical-coordinate representation of color #09142B: hue angle of 220.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09142B is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB92043-
CMYK0.790.5300.83
HSL220.59º65.38%10.2%-
HSV(B)220.59º79.07%16.86%-
XYZ0.80.732.38-
YUV19.33141.36120.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 43 (17.19% from 255) = 59.72%
R=12.5%
G=27.78%
B=59.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal920430.790.5300.83220.5965.3810.2
Hex9142B4F35053dd41a
Octal11245311765012333510112
Binary1001101001010111001111110101010100111101110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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