#11126D

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

Shades of Midnight Blue #11126D

Tints of Midnight Blue #11126D

Color information

#11126D (or 0x11126D) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 6D. RGB value is (17,18,109). Sum of RGB (Red+Green+Blue) = 17+18+109=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #11126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11126D is #EEED92. Grayscale: #1B1B1B. Windows color (decimal): -15658387 or 7148049. OLE color: 7148049.

HSL color Cylindrical-coordinate representation of color #11126D: hue angle of 239.35º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11126D is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1718109-
CMYK0.840.8300.57
HSL239.35º73.02%24.71%-
HSV(B)239.35º84.4%42.75%-
XYZ3.211.6614.62-
YUV28.08173.67120.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 109 (42.97% from 255) = 75.69%
R=11.81%
G=12.5%
B=75.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17181090.840.8300.57239.3573.0224.71
Hex11126D5453039ef4919
Octal212215512412307135711131
Binary1000110010110110110101001010011011100111101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11126D; }

 p { color: rgb(17,18,109); }

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

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

 a { background-color: rgb(17,18,109); }

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

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

 span { border-color: rgb(17,18,109); }

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