#11185B

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

Shades of Midnight Blue #11185B

Tints of Midnight Blue #11185B

Color information

#11185B (or 0x11185B) is unknown color: approx Midnight Blue. HEX triplet: 11, 18 and 5B. RGB value is (17,24,91). Sum of RGB (Red+Green+Blue) = 17+24+91=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #11185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11185B is #EEE7A4. Grayscale: #1D1D1D. Windows color (decimal): -15656869 or 5969937. OLE color: 5969937.

HSL color Cylindrical-coordinate representation of color #11185B: hue angle of 234.32º 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 #11185B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB172491-
CMYK0.810.7400.64
HSL234.32º68.52%21.18%-
HSV(B)234.32º81.32%35.69%-
XYZ2.451.5310.06-
YUV29.54162.68119.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=12.88%
G=18.18%
B=68.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1724910.810.7400.64234.3268.5221.18
Hex11185B514A040ea4515
Octal2130133121112010035210525
Binary10001110001011011101000110010100100000011101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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