#11127F

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

Shades of Midnight Blue #11127F

Tints of Midnight Blue #11127F

Color information

#11127F (or 0x11127F) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 7F. RGB value is (17,18,127). Sum of RGB (Red+Green+Blue) = 17+18+127=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 127 (50% from 255 or 78.40% from 162); Max value from RGB is 127 - color contains mainly: blue. Hex color #11127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11127F is #EEED80. Grayscale: #1D1D1D. Windows color (decimal): -15658369 or 8327697. OLE color: 8327697.

HSL color Cylindrical-coordinate representation of color #11127F: hue angle of 239.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11127F is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1718127-
CMYK0.870.8600.50
HSL239.45º76.39%28.24%-
HSV(B)239.45º86.61%49.8%-
XYZ4.282.0820.26-
YUV30.13182.67118.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 127 (50% from 255) = 78.40%
R=10.49%
G=11.11%
B=78.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17181270.870.8600.50239.4576.3928.24
Hex11127F5756032ef4c1c
Octal212217712712606235711434
Binary1000110010111111110101111010110011001011101111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11127F; }

 p { color: rgb(17,18,127); }

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

<style>
 a { background-color: #11127F; }

 a { background-color: rgb(17,18,127); }

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

<style>
 span { border-color: #11127F; }

 span { border-color: rgb(17,18,127); }

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