#112545

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

Shades of Midnight #112545

Tints of Midnight #112545

Color information

#112545 (or 0x112545) is unknown color: approx Midnight. HEX triplet: 11, 25 and 45. RGB value is (17,37,69). Sum of RGB (Red+Green+Blue) = 17+37+69=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #112545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112545 is #EEDABA. Grayscale: #222222. Windows color (decimal): -15653563 or 4531473. OLE color: 4531473.

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

Color convert

RGB173769-
CMYK0.750.4600.73
HSL216.92º60.47%16.86%-
HSV(B)216.92º75.36%27.06%-
XYZ1.971.875.89-
YUV34.67147.37115.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 69 (27.34% from 255) = 56.10%
R=13.82%
G=30.08%
B=56.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1737690.750.4600.73216.9260.4716.86
Hex1125454B2E049d93c11
Octal21451051135601113317421
Binary1000110010110001011001011101110010010011101100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112545; }

 p { color: rgb(17,37,69); }

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

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

 a { background-color: rgb(17,37,69); }

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

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

 span { border-color: rgb(17,37,69); }

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