#112748

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

Shades of Midnight #112748

Tints of Midnight #112748

Color information

#112748 (or 0x112748) is unknown color: approx Midnight. HEX triplet: 11, 27 and 48. RGB value is (17,39,72). Sum of RGB (Red+Green+Blue) = 17+39+72=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #112748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112748 is #EED8B7. Grayscale: #242424. Windows color (decimal): -15653048 or 4728593. OLE color: 4728593.

HSL color Cylindrical-coordinate representation of color #112748: hue angle of 216º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112748 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB173972-
CMYK0.760.4600.72
HSL216º61.8%17.45%-
HSV(B)216º76.39%28.24%-
XYZ2.132.046.41-
YUV36.18148.21114.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=13.28%
G=30.47%
B=56.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1739720.760.4600.7221661.817.45
Hex1127484C2E048d83e11
Octal21471101145601103307621
Binary1000110011110010001001100101110010010001101100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112748; }

 p { color: rgb(17,39,72); }

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

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

 a { background-color: rgb(17,39,72); }

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

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

 span { border-color: rgb(17,39,72); }

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