#111279

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

Shades of Midnight Blue #111279

Tints of Midnight Blue #111279

Color information

#111279 (or 0x111279) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 79. RGB value is (17,18,121). Sum of RGB (Red+Green+Blue) = 17+18+121=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #111279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111279 is #EEED86. Grayscale: #1D1D1D. Windows color (decimal): -15658375 or 7934481. OLE color: 7934481.

HSL color Cylindrical-coordinate representation of color #111279: hue angle of 239.42º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111279 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1718121-
CMYK0.860.8500.53
HSL239.42º75.36%27.06%-
HSV(B)239.42º85.95%47.45%-
XYZ3.91.9318.26-
YUV29.44179.67119.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 121 (47.66% from 255) = 77.56%
R=10.90%
G=11.54%
B=77.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17181210.860.8500.53239.4275.3627.06
Hex1112795655035ef4b1b
Octal212217112612506535711333
Binary1000110010111100110101101010101011010111101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111279; }

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

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

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

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

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

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

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

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