#112149

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

Shades of Midnight Express #112149

Tints of Midnight Express #112149

Color information

#112149 (or 0x112149) is unknown color: approx Midnight Express. HEX triplet: 11, 21 and 49. RGB value is (17,33,73). Sum of RGB (Red+Green+Blue) = 17+33+73=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #112149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112149 is #EEDEB6. Grayscale: #202020. Windows color (decimal): -15654583 or 4792593. OLE color: 4792593.

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

Color convert

RGB173373-
CMYK0.770.5500.71
HSL222.86º62.22%17.65%-
HSV(B)222.86º76.71%28.63%-
XYZ1.981.696.52-
YUV32.78150.7116.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 73 (28.91% from 255) = 59.35%
R=13.82%
G=26.83%
B=59.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1733730.770.5500.71222.8662.2217.65
Hex1121494D37047df3e12
Octal21411111156701073377622
Binary1000110000110010011001101110111010001111101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112149; }

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

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

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

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

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

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

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

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