#11106B

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

Shades of Midnight Blue #11106B

Tints of Midnight Blue #11106B

Color information

#11106B (or 0x11106B) is unknown color: approx Midnight Blue. HEX triplet: 11, 10 and 6B. RGB value is (17,16,107). Sum of RGB (Red+Green+Blue) = 17+16+107=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #11106B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11106B is #EEEF94. Grayscale: #1A1A1A. Windows color (decimal): -15658901 or 7016465. OLE color: 7016465.

HSL color Cylindrical-coordinate representation of color #11106B: hue angle of 240.66º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11106B is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1716107-
CMYK0.840.8500.58
HSL240.66º73.98%24.12%-
HSV(B)240.66º85.05%41.96%-
XYZ3.071.5514.05-
YUV26.67173.33121.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 16 (6.64% from 255) = 11.43%
BLUE value IS 107 (42.19% from 255) = 76.43%
R=12.14%
G=11.43%
B=76.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17161070.840.8500.58240.6673.9824.12
Hex11106B545503Af14a18
Octal212015312412507236111230
Binary1000110000110101110101001010101011101011110001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11106B; }

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

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

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

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

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

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

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

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