#11165A

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

Shades of Midnight Blue #11165A

Tints of Midnight Blue #11165A

Color information

#11165A (or 0x11165A) is unknown color: approx Midnight Blue. HEX triplet: 11, 16 and 5A. RGB value is (17,22,90). Sum of RGB (Red+Green+Blue) = 17+22+90=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #11165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11165A is #EEE9A5. Grayscale: #1B1B1B. Windows color (decimal): -15657382 or 5903889. OLE color: 5903889.

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

Color convert

RGB172290-
CMYK0.810.7600.65
HSL235.89º68.22%20.98%-
HSV(B)235.89º81.11%35.29%-
XYZ2.361.439.82-
YUV28.26162.84119.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 90 (35.55% from 255) = 69.77%
R=13.18%
G=17.05%
B=69.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1722900.810.7600.65235.8968.2220.98
Hex11165A514C041ec4415
Octal2126132121114010135410425
Binary10001101101011010101000110011000100000111101100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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