#09132C

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

Shades of Midnight Express #09132C

Tints of Midnight Express #09132C

Color information

#09132C (or 0x09132C) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 2C. RGB value is (9,19,44). Sum of RGB (Red+Green+Blue) = 9+19+44=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #09132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09132C is #F6ECD3. Grayscale: #121212. Windows color (decimal): -16182484 or 2888457. OLE color: 2888457.

HSL color Cylindrical-coordinate representation of color #09132C: hue angle of 222.86º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09132C is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB91944-
CMYK0.800.5700.83
HSL222.86º66.04%10.39%-
HSV(B)222.86º79.55%17.25%-
XYZ0.80.712.48-
YUV18.86142.19120.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=12.5%
G=26.39%
B=61.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal919440.800.5700.83222.8666.0410.39
Hex9132C5039053df42a
Octal11235412071012333710212
Binary1001100111011001010000111001010100111101111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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