#112C4D

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

Shades of Midnight #112C4D

Tints of Midnight #112C4D

Color information

#112C4D (or 0x112C4D) is unknown color: approx Midnight. HEX triplet: 11, 2C and 4D. RGB value is (17,44,77). Sum of RGB (Red+Green+Blue) = 17+44+77=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #112C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C4D is #EED3B2. Grayscale: #272727. Windows color (decimal): -15651763 or 5057553. OLE color: 5057553.

HSL color Cylindrical-coordinate representation of color #112C4D: hue angle of 213º 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 #112C4D is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB174477-
CMYK0.780.4300.70
HSL213º63.83%18.43%-
HSV(B)213º77.92%30.2%-
XYZ2.472.467.37-
YUV39.69149.05111.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=12.32%
G=31.88%
B=55.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1744770.780.4300.7021363.8318.43
Hex112C4D4E2B046d54012
Octal215411511653010632510022
Binary10001101100100110110011101010110100011011010101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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