#11145B

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

Shades of Midnight Blue #11145B

Tints of Midnight Blue #11145B

Color information

#11145B (or 0x11145B) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 5B. RGB value is (17,20,91). Sum of RGB (Red+Green+Blue) = 17+20+91=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #11145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11145B is #EEEBA4. Grayscale: #1A1A1A. Windows color (decimal): -15657893 or 5968913. OLE color: 5968913.

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

Color convert

RGB172091-
CMYK0.810.7800.64
HSL237.57º68.52%21.18%-
HSV(B)237.57º81.32%35.69%-
XYZ2.371.3710.04-
YUV27.2164.01120.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 91 (35.94% from 255) = 71.09%
R=13.28%
G=15.62%
B=71.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1720910.810.7800.64237.5768.5221.18
Hex11145B514E040ee4515
Octal2124133121116010035610525
Binary10001101001011011101000110011100100000011101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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