#09132E

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

Shades of Midnight Express #09132E

Tints of Midnight Express #09132E

Color information

#09132E (or 0x09132E) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 2E. RGB value is (9,19,46). Sum of RGB (Red+Green+Blue) = 9+19+46=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #09132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09132E is #F6ECD1. Grayscale: #121212. Windows color (decimal): -16182482 or 3019529. OLE color: 3019529.

HSL color Cylindrical-coordinate representation of color #09132E: hue angle of 223.78º 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 #09132E is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB91946-
CMYK0.800.5900.82
HSL223.78º67.27%10.78%-
HSV(B)223.78º80.43%18.04%-
XYZ0.840.722.68-
YUV19.09143.19120.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 46 (18.36% from 255) = 62.16%
R=12.16%
G=25.68%
B=62.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal919460.800.5900.82223.7867.2710.78
Hex9132E503B052e043b
Octal11235612073012234010313
Binary1001100111011101010000111011010100101110000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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