#112646

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

Shades of Midnight #112646

Tints of Midnight #112646

Color information

#112646 (or 0x112646) is unknown color: approx Midnight. HEX triplet: 11, 26 and 46. RGB value is (17,38,70). Sum of RGB (Red+Green+Blue) = 17+38+70=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #112646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112646 is #EED9B9. Grayscale: #232323. Windows color (decimal): -15653306 or 4597265. OLE color: 4597265.

HSL color Cylindrical-coordinate representation of color #112646: hue angle of 216.23º 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 #112646 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB173870-
CMYK0.760.4600.73
HSL216.23º60.92%17.06%-
HSV(B)216.23º75.71%27.45%-
XYZ2.031.956.06-
YUV35.37147.54114.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 70 (27.73% from 255) = 56%
R=13.6%
G=30.4%
B=56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1738700.760.4600.73216.2360.9217.06
Hex1126464C2E049d83d11
Octal21461061145601113307521
Binary1000110011010001101001100101110010010011101100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112646; }

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

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

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

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

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

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

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

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