#111152

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

Shades of Midnight Blue #111152

Tints of Midnight Blue #111152

Color information

#111152 (or 0x111152) is unknown color: approx Midnight Blue. HEX triplet: 11, 11 and 52. RGB value is (17,17,82). Sum of RGB (Red+Green+Blue) = 17+17+82=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #111152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111152 is #EEEEAD. Grayscale: #181818. Windows color (decimal): -15658670 or 5378321. OLE color: 5378321.

HSL color Cylindrical-coordinate representation of color #111152: hue angle of 240º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111152 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB171782-
CMYK0.790.7900.68
HSL240º65.66%19.41%-
HSV(B)240º79.27%32.16%-
XYZ1.951.138.1-
YUV24.41160.5122.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 82 (32.42% from 255) = 70.69%
R=14.66%
G=14.66%
B=70.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1717820.790.7900.6824065.6619.41
Hex1111524F4F044f04213
Octal2121122117117010436010223
Binary10001100011010010100111110011110100010011110000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111152; }

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

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

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

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

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

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

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

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