#112249

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

Shades of Midnight Express #112249

Tints of Midnight Express #112249

Color information

#112249 (or 0x112249) is unknown color: approx Midnight Express. HEX triplet: 11, 22 and 49. RGB value is (17,34,73). Sum of RGB (Red+Green+Blue) = 17+34+73=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #112249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112249 is #EEDDB6. Grayscale: #212121. Windows color (decimal): -15654327 or 4792849. OLE color: 4792849.

HSL color Cylindrical-coordinate representation of color #112249: hue angle of 221.79º 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 #112249 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB173473-
CMYK0.770.5300.71
HSL221.79º62.22%17.65%-
HSV(B)221.79º76.71%28.63%-
XYZ2.011.746.53-
YUV33.36150.37116.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=13.71%
G=27.42%
B=58.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1734730.770.5300.71221.7962.2217.65
Hex1122494D35047de3e12
Octal21421111156501073367622
Binary1000110001010010011001101110101010001111101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112249; }

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

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

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

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

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

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

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

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