#112446

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

Shades of Midnight Express #112446

Tints of Midnight Express #112446

Color information

#112446 (or 0x112446) is unknown color: approx Midnight Express. HEX triplet: 11, 24 and 46. RGB value is (17,36,70). Sum of RGB (Red+Green+Blue) = 17+36+70=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #112446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112446 is #EEDBB9. Grayscale: #222222. Windows color (decimal): -15653818 or 4596753. OLE color: 4596753.

HSL color Cylindrical-coordinate representation of color #112446: hue angle of 218.49º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112446 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB173670-
CMYK0.760.4900.73
HSL218.49º60.92%17.06%-
HSV(B)218.49º75.71%27.45%-
XYZ1.971.826.04-
YUV34.19148.21115.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 70 (27.73% from 255) = 56.91%
R=13.82%
G=29.27%
B=56.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1736700.760.4900.73218.4960.9217.06
Hex1124464C31049da3d11
Octal21441061146101113327521
Binary1000110010010001101001100110001010010011101101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112446; }

 p { color: rgb(17,36,70); }

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

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

 a { background-color: rgb(17,36,70); }

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

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

 span { border-color: rgb(17,36,70); }

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