#112079

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

Shades of Midnight Blue #112079

Tints of Midnight Blue #112079

Color information

#112079 (or 0x112079) is unknown color: approx Midnight Blue. HEX triplet: 11, 20 and 79. RGB value is (17,32,121). Sum of RGB (Red+Green+Blue) = 17+32+121=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #112079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112079 is #EEDF86. Grayscale: #252525. Windows color (decimal): -15654791 or 7938065. OLE color: 7938065.

HSL color Cylindrical-coordinate representation of color #112079: hue angle of 231.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112079 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1732121-
CMYK0.860.7400.53
HSL231.35º75.36%27.06%-
HSV(B)231.35º85.95%47.45%-
XYZ4.22.5318.36-
YUV37.66175.03113.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 121 (47.66% from 255) = 71.18%
R=10%
G=18.82%
B=71.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17321210.860.7400.53231.3575.3627.06
Hex112079564A035e74b1b
Octal214017112611206534711333
Binary10001100000111100110101101001010011010111100111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112079; }

 p { color: rgb(17,32,121); }

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

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

 a { background-color: rgb(17,32,121); }

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

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

 span { border-color: rgb(17,32,121); }

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