#09133E

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

Shades of Midnight Express #09133E

Tints of Midnight Express #09133E

Color information

#09133E (or 0x09133E) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 3E. RGB value is (9,19,62). Sum of RGB (Red+Green+Blue) = 9+19+62=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #09133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09133E is #F6ECC1. Grayscale: #141414. Windows color (decimal): -16182466 or 4068105. OLE color: 4068105.

HSL color Cylindrical-coordinate representation of color #09133E: hue angle of 228.68º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09133E is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB91962-
CMYK0.850.6900.76
HSL228.68º74.65%13.92%-
HSV(B)228.68º85.48%24.31%-
XYZ1.220.874.66-
YUV20.91151.19119.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 62 (24.61% from 255) = 68.89%
R=10%
G=21.11%
B=68.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal919620.850.6900.76228.6874.6513.92
Hex9133E554504Ce54be
Octal112376125105011434511316
Binary10011001111111010101011000101010011001110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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