#111060

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

Shades of Midnight Blue #111060

Tints of Midnight Blue #111060

Color information

#111060 (or 0x111060) is unknown color: approx Midnight Blue. HEX triplet: 11, 10 and 60. RGB value is (17,16,96). Sum of RGB (Red+Green+Blue) = 17+16+96=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #111060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111060 is #EEEF9F. Grayscale: #191919. Windows color (decimal): -15658912 or 6295569. OLE color: 6295569.

HSL color Cylindrical-coordinate representation of color #111060: hue angle of 240.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111060 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB171696-
CMYK0.820.8300.62
HSL240.75º71.43%21.96%-
HSV(B)240.75º83.33%37.65%-
XYZ2.531.3311.19-
YUV25.42167.83122-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=13.18%
G=12.40%
B=74.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1716960.820.8300.62240.7571.4321.96
Hex111060525303Ef14716
Octal212014012212307636110726
Binary1000110000110000010100101010011011111011110001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111060; }

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

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

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

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

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

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

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

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