#111263

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

Shades of Midnight Blue #111263

Tints of Midnight Blue #111263

Color information

#111263 (or 0x111263) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 63. RGB value is (17,18,99). Sum of RGB (Red+Green+Blue) = 17+18+99=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #111263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111263 is #EEED9C. Grayscale: #1A1A1A. Windows color (decimal): -15658397 or 6492689. OLE color: 6492689.

HSL color Cylindrical-coordinate representation of color #111263: hue angle of 239.27º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111263 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB171899-
CMYK0.830.8200.61
HSL239.27º70.69%22.75%-
HSV(B)239.27º82.83%38.82%-
XYZ2.71.4511.94-
YUV26.94168.67120.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 99 (39.06% from 255) = 73.88%
R=12.69%
G=13.43%
B=73.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1718990.830.8200.61239.2770.6922.75
Hex111263535203Def4717
Octal212214312312207535710727
Binary1000110010110001110100111010010011110111101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111263; }

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

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

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

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

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

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

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

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