#111640

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

Shades of Midnight Express #111640

Tints of Midnight Express #111640

Color information

#111640 (or 0x111640) is unknown color: approx Midnight Express. HEX triplet: 11, 16 and 40. RGB value is (17,22,64). Sum of RGB (Red+Green+Blue) = 17+22+64=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #111640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111640 is #EEE9BF. Grayscale: #191919. Windows color (decimal): -15657408 or 4199953. OLE color: 4199953.

HSL color Cylindrical-coordinate representation of color #111640: hue angle of 233.62º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #111640 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB172264-
CMYK0.730.6600.75
HSL233.62º58.02%15.88%-
HSV(B)233.62º73.44%25.1%-
XYZ1.441.064.98-
YUV25.29149.84122.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=16.50%
G=21.36%
B=62.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1722640.730.6600.75233.6258.0215.88
Hex111640494204Bea3a10
Octal212610011110201133527220
Binary1000110110100000010010011000010010010111110101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111640; }

 p { color: rgb(17,22,64); }

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

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

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

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

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

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

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