#111460

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

Shades of Midnight Blue #111460

Tints of Midnight Blue #111460

Color information

#111460 (or 0x111460) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 60. RGB value is (17,20,96). Sum of RGB (Red+Green+Blue) = 17+20+96=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #111460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111460 is #EEEB9F. Grayscale: #1B1B1B. Windows color (decimal): -15657888 or 6296593. OLE color: 6296593.

HSL color Cylindrical-coordinate representation of color #111460: hue angle of 237.72º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111460 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB172096-
CMYK0.820.7900.62
HSL237.72º69.91%22.16%-
HSV(B)237.72º82.29%37.65%-
XYZ2.591.4611.21-
YUV27.77166.51120.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 96 (37.89% from 255) = 72.18%
R=12.78%
G=15.04%
B=72.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1720960.820.7900.62237.7269.9122.16
Hex111460524F03Eee4616
Octal212414012211707635610626
Binary1000110100110000010100101001111011111011101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111460; }

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

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

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

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

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

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

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

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