#112644

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

Shades of Midnight #112644

Tints of Midnight #112644

Color information

#112644 (or 0x112644) is unknown color: approx Midnight. HEX triplet: 11, 26 and 44. RGB value is (17,38,68). Sum of RGB (Red+Green+Blue) = 17+38+68=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #112644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112644 is #EED9BB. Grayscale: #232323. Windows color (decimal): -15653308 or 4466193. OLE color: 4466193.

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

Color convert

RGB173868-
CMYK0.750.4400.73
HSL215.29º60%16.67%-
HSV(B)215.29º75%26.67%-
XYZ1.971.925.74-
YUV35.14146.54115.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 68 (26.95% from 255) = 55.28%
R=13.82%
G=30.89%
B=55.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1738680.750.4400.73215.296016.67
Hex1126444B2C049d73c11
Octal21461041135401113277421
Binary1000110011010001001001011101100010010011101011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112644; }

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

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

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

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

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

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

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

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