#112949

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

Shades of Midnight #112949

Tints of Midnight #112949

Color information

#112949 (or 0x112949) is unknown color: approx Midnight. HEX triplet: 11, 29 and 49. RGB value is (17,41,73). Sum of RGB (Red+Green+Blue) = 17+41+73=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #112949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112949 is #EED6B6. Grayscale: #252525. Windows color (decimal): -15652535 or 4794641. OLE color: 4794641.

HSL color Cylindrical-coordinate representation of color #112949: hue angle of 214.29º 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 #112949 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB174173-
CMYK0.770.4400.71
HSL214.29º62.22%17.65%-
HSV(B)214.29º76.71%28.63%-
XYZ2.232.196.61-
YUV37.47148.05113.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 73 (28.91% from 255) = 55.73%
R=12.98%
G=31.30%
B=55.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1741730.770.4400.71214.2962.2217.65
Hex1129494D2C047d63e12
Octal21511111155401073267622
Binary1000110100110010011001101101100010001111101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112949; }

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

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

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

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

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

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

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

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