#112076

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

Shades of Midnight Blue #112076

Tints of Midnight Blue #112076

Color information

#112076 (or 0x112076) is unknown color: approx Midnight Blue. HEX triplet: 11, 20 and 76. RGB value is (17,32,118). Sum of RGB (Red+Green+Blue) = 17+32+118=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #112076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112076 is #EEDF89. Grayscale: #242424. Windows color (decimal): -15654794 or 7741457. OLE color: 7741457.

HSL color Cylindrical-coordinate representation of color #112076: hue angle of 231.09º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112076 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1732118-
CMYK0.860.7300.54
HSL231.09º74.81%26.47%-
HSV(B)231.09º85.59%46.27%-
XYZ4.022.4617.4-
YUV37.32173.53113.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=10.18%
G=19.16%
B=70.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17321180.860.7300.54231.0974.8126.47
Hex1120765649036e74b1a
Octal214016612611106634711332
Binary10001100000111011010101101001001011011011100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112076; }

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

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

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

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

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

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

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

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