#11165B

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

Shades of Midnight Blue #11165B

Tints of Midnight Blue #11165B

Color information

#11165B (or 0x11165B) is unknown color: approx Midnight Blue. HEX triplet: 11, 16 and 5B. RGB value is (17,22,91). Sum of RGB (Red+Green+Blue) = 17+22+91=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #11165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11165B is #EEE9A4. Grayscale: #1C1C1C. Windows color (decimal): -15657381 or 5969425. OLE color: 5969425.

HSL color Cylindrical-coordinate representation of color #11165B: hue angle of 235.95º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11165B is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB172291-
CMYK0.810.7600.64
HSL235.95º68.52%21.18%-
HSV(B)235.95º81.32%35.69%-
XYZ2.411.4510.05-
YUV28.37163.34119.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 91 (35.94% from 255) = 70%
R=13.08%
G=16.92%
B=70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1722910.810.7600.64235.9568.5221.18
Hex11165B514C040ec4515
Octal2126133121114010035410525
Binary10001101101011011101000110011000100000011101100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,22,91); }

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

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

 a { background-color: rgb(17,22,91); }

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

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

 span { border-color: rgb(17,22,91); }

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