#111056

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

Shades of Midnight Blue #111056

Tints of Midnight Blue #111056

Color information

#111056 (or 0x111056) is unknown color: approx Midnight Blue. HEX triplet: 11, 10 and 56. RGB value is (17,16,86). Sum of RGB (Red+Green+Blue) = 17+16+86=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #111056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111056 is #EEEFA9. Grayscale: #181818. Windows color (decimal): -15658922 or 5640209. OLE color: 5640209.

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

Color convert

RGB171686-
CMYK0.800.8100.66
HSL240.86º68.63%20%-
HSV(B)240.86º81.4%33.73%-
XYZ2.11.168.92-
YUV24.28162.83122.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 86 (33.98% from 255) = 72.27%
R=14.29%
G=13.45%
B=72.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1716860.800.8100.66240.8668.6320
Hex1110565051042f14514
Octal2120126120121010236110524
Binary10001100001010110101000010100010100001011110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111056; }

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

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

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

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

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

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

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

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