#111256

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

Shades of Midnight Blue #111256

Tints of Midnight Blue #111256

Color information

#111256 (or 0x111256) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 56. RGB value is (17,18,86). Sum of RGB (Red+Green+Blue) = 17+18+86=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #111256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111256 is #EEEDA9. Grayscale: #191919. Windows color (decimal): -15658410 or 5640721. OLE color: 5640721.

HSL color Cylindrical-coordinate representation of color #111256: hue angle of 239.13º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111256 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB171886-
CMYK0.800.7900.66
HSL239.13º66.99%20.2%-
HSV(B)239.13º80.23%33.73%-
XYZ2.131.228.93-
YUV25.45162.17121.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 86 (33.98% from 255) = 71.07%
R=14.05%
G=14.88%
B=71.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1718860.800.7900.66239.1366.9920.2
Hex111256504F042ef4314
Octal2122126120117010235710324
Binary10001100101010110101000010011110100001011101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111256; }

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

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

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

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

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

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

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

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