#112B49

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

Shades of Midnight #112B49

Tints of Midnight #112B49

Color information

#112B49 (or 0x112B49) is unknown color: approx Midnight. HEX triplet: 11, 2B and 49. RGB value is (17,43,73). Sum of RGB (Red+Green+Blue) = 17+43+73=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #112B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B49 is #EED4B6. Grayscale: #262626. Windows color (decimal): -15652023 or 4795153. OLE color: 4795153.

HSL color Cylindrical-coordinate representation of color #112B49: hue angle of 212.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112B49 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB174373-
CMYK0.770.4100.71
HSL212.14º62.22%17.65%-
HSV(B)212.14º76.71%28.63%-
XYZ2.32.336.63-
YUV38.65147.39112.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=12.78%
G=32.33%
B=54.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1743730.770.4100.71212.1462.2217.65
Hex112B494D29047d43e12
Octal21531111155101073247622
Binary1000110101110010011001101101001010001111101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B49; }

 p { color: rgb(17,43,73); }

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

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

 a { background-color: rgb(17,43,73); }

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

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

 span { border-color: rgb(17,43,73); }

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