#111172

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

Shades of Midnight Blue #111172

Tints of Midnight Blue #111172

Color information

#111172 (or 0x111172) is unknown color: approx Midnight Blue. HEX triplet: 11, 11 and 72. RGB value is (17,17,114). Sum of RGB (Red+Green+Blue) = 17+17+114=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 114 (44.92% from 255 or 77.03% from 148); Max value from RGB is 114 - color contains mainly: blue. Hex color #111172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111172 is #EEEE8D. Grayscale: #1B1B1B. Windows color (decimal): -15658638 or 7475473. OLE color: 7475473.

HSL color Cylindrical-coordinate representation of color #111172: hue angle of 240º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111172 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1717114-
CMYK0.850.8500.55
HSL240º74.05%25.69%-
HSV(B)240º85.09%44.71%-
XYZ3.471.7316.07-
YUV28.06176.5120.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 114 (44.92% from 255) = 77.03%
R=11.49%
G=11.49%
B=77.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17171140.850.8500.5524074.0525.69
Hex1111725555037f04a1a
Octal212116212512506736011232
Binary1000110001111001010101011010101011011111110000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111172; }

 p { color: rgb(17,17,114); }

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

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

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

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

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

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

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