#112049

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

Shades of Midnight Express #112049

Tints of Midnight Express #112049

Color information

#112049 (or 0x112049) is unknown color: approx Midnight Express. HEX triplet: 11, 20 and 49. RGB value is (17,32,73). Sum of RGB (Red+Green+Blue) = 17+32+73=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #112049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112049 is #EEDFB6. Grayscale: #202020. Windows color (decimal): -15654839 or 4792337. OLE color: 4792337.

HSL color Cylindrical-coordinate representation of color #112049: hue angle of 223.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112049 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB173273-
CMYK0.770.5600.71
HSL223.93º62.22%17.65%-
HSV(B)223.93º76.71%28.63%-
XYZ1.951.636.52-
YUV32.19151.03117.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 73 (28.91% from 255) = 59.84%
R=13.93%
G=26.23%
B=59.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1732730.770.5600.71223.9362.2217.65
Hex1120494D38047e03e12
Octal21401111157001073407622
Binary1000110000010010011001101111000010001111110000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112049; }

 p { color: rgb(17,32,73); }

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

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

 a { background-color: rgb(17,32,73); }

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

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

 span { border-color: rgb(17,32,73); }

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