#11145C

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

Shades of Midnight Blue #11145C

Tints of Midnight Blue #11145C

Color information

#11145C (or 0x11145C) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 5C. RGB value is (17,20,92). Sum of RGB (Red+Green+Blue) = 17+20+92=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #11145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11145C is #EEEBA3. Grayscale: #1B1B1B. Windows color (decimal): -15657892 or 6034449. OLE color: 6034449.

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

Color convert

RGB172092-
CMYK0.820.7800.64
HSL237.6º68.81%21.37%-
HSV(B)237.6º81.52%36.08%-
XYZ2.411.3910.27-
YUV27.31164.51120.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=13.18%
G=15.50%
B=71.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1720920.820.7800.64237.668.8121.37
Hex11145C524E040ee4515
Octal2124134122116010035610525
Binary10001101001011100101001010011100100000011101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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