#112645

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

Shades of Midnight #112645

Tints of Midnight #112645

Color information

#112645 (or 0x112645) is unknown color: approx Midnight. HEX triplet: 11, 26 and 45. RGB value is (17,38,69). Sum of RGB (Red+Green+Blue) = 17+38+69=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #112645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112645 is #EED9BA. Grayscale: #232323. Windows color (decimal): -15653307 or 4531729. OLE color: 4531729.

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

Color convert

RGB173869-
CMYK0.750.4500.73
HSL215.77º60.47%16.86%-
HSV(B)215.77º75.36%27.06%-
XYZ21.945.9-
YUV35.25147.04114.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 69 (27.34% from 255) = 55.65%
R=13.71%
G=30.65%
B=55.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1738690.750.4500.73215.7760.4716.86
Hex1126454B2D049d83c11
Octal21461051135501113307421
Binary1000110011010001011001011101101010010011101100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112645; }

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

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

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

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

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

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

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

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