#111075

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

Shades of Midnight Blue #111075

Tints of Midnight Blue #111075

Color information

#111075 (or 0x111075) is unknown color: approx Midnight Blue. HEX triplet: 11, 10 and 75. RGB value is (17,16,117). Sum of RGB (Red+Green+Blue) = 17+16+117=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #111075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111075 is #EEEF8A. Grayscale: #1B1B1B. Windows color (decimal): -15658891 or 7671825. OLE color: 7671825.

HSL color Cylindrical-coordinate representation of color #111075: hue angle of 240.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111075 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1716117-
CMYK0.850.8600.54
HSL240.59º75.94%26.08%-
HSV(B)240.59º86.32%45.88%-
XYZ3.631.7716.98-
YUV27.81178.33120.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 117 (46.09% from 255) = 78%
R=11.33%
G=10.67%
B=78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17161170.850.8600.54240.5975.9426.08
Hex1110755556036f14c1a
Octal212016512512606636111432
Binary1000110000111010110101011010110011011011110001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111075; }

 p { color: rgb(17,16,117); }

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

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

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

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

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

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

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