#09053A

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

Shades of Midnight Express #09053A

Tints of Midnight Express #09053A

Color information

#09053A (or 0x09053A) is unknown color: approx Midnight Express. HEX triplet: 09, 05 and 3A. RGB value is (9,5,58). Sum of RGB (Red+Green+Blue) = 9+5+58=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 58 (23.05% from 255 or 80.56% from 72); Max value from RGB is 58 - color contains mainly: blue. Hex color #09053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09053A is #F6FAC5. Grayscale: #0C0C0C. Windows color (decimal): -16186054 or 3802377. OLE color: 3802377.

HSL color Cylindrical-coordinate representation of color #09053A: hue angle of 244.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09053A is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB9558-
CMYK0.840.9100.77
HSL244.53º84.13%12.35%-
HSV(B)244.53º91.38%22.75%-
XYZ0.930.474.05-
YUV12.24153.83125.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 58 (23.05% from 255) = 80.56%
R=12.5%
G=6.94%
B=80.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal95580.840.9100.77244.5384.1312.35
Hex953A545B04Df554c
Octal11572124133011536512414
Binary100110111101010101001011011010011011111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09053A; }

 p { color: rgb(9,5,58); }

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

<style>
 a { background-color: #09053A; }

 a { background-color: rgb(9,5,58); }

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

<style>
 span { border-color: #09053A; }

 span { border-color: rgb(9,5,58); }

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