#112B4D

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

Shades of Midnight #112B4D

Tints of Midnight #112B4D

Color information

#112B4D (or 0x112B4D) is unknown color: approx Midnight. HEX triplet: 11, 2B and 4D. RGB value is (17,43,77). Sum of RGB (Red+Green+Blue) = 17+43+77=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #112B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B4D is #EED4B2. Grayscale: #262626. Windows color (decimal): -15652019 or 5057297. OLE color: 5057297.

HSL color Cylindrical-coordinate representation of color #112B4D: hue angle of 214º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #112B4D is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB174377-
CMYK0.780.4400.70
HSL214º63.83%18.43%-
HSV(B)214º77.92%30.2%-
XYZ2.432.387.35-
YUV39.1149.39112.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=12.41%
G=31.39%
B=56.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1743770.780.4400.7021463.8318.43
Hex112B4D4E2C046d64012
Octal215311511654010632610022
Binary10001101011100110110011101011000100011011010110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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