#111445

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

Shades of Midnight Express #111445

Tints of Midnight Express #111445

Color information

#111445 (or 0x111445) is unknown color: approx Midnight Express. HEX triplet: 11, 14 and 45. RGB value is (17,20,69). Sum of RGB (Red+Green+Blue) = 17+20+69=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #111445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111445 is #EEEBBA. Grayscale: #181818. Windows color (decimal): -15657915 or 4527121. OLE color: 4527121.

HSL color Cylindrical-coordinate representation of color #111445: hue angle of 236.54º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #111445 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB172069-
CMYK0.750.7100.73
HSL236.54º60.47%16.86%-
HSV(B)236.54º75.36%27.06%-
XYZ1.561.055.75-
YUV24.69153.01122.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 69 (27.34% from 255) = 65.09%
R=16.04%
G=18.87%
B=65.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1720690.750.7100.73236.5460.4716.86
Hex1114454B47049ed3c11
Octal212410511310701113557421
Binary1000110100100010110010111000111010010011110110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111445; }

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

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

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

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

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

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

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

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