#09132D

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

Shades of Midnight Express #09132D

Tints of Midnight Express #09132D

Color information

#09132D (or 0x09132D) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 2D. RGB value is (9,19,45). Sum of RGB (Red+Green+Blue) = 9+19+45=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #09132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09132D is #F6ECD2. Grayscale: #121212. Windows color (decimal): -16182483 or 2953993. OLE color: 2953993.

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

Color convert

RGB91945-
CMYK0.80.5800.82
HSL223.33º66.67%10.59%-
HSV(B)223.33º80%17.65%-
XYZ0.820.712.58-
YUV18.97142.69120.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 45 (17.97% from 255) = 61.64%
R=12.33%
G=26.03%
B=61.64%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal919450.80.5800.82223.3366.6710.59
Hex9132D503A052df43b
Octal11235512072012233710313
Binary1001100111011011010000111010010100101101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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