#111040

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

Shades of Midnight Express #111040

Tints of Midnight Express #111040

Color information

#111040 (or 0x111040) is unknown color: approx Midnight Express. HEX triplet: 11, 10 and 40. RGB value is (17,16,64). Sum of RGB (Red+Green+Blue) = 17+16+64=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #111040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111040 is #EEEFBF. Grayscale: #151515. Windows color (decimal): -15658944 or 4198417. OLE color: 4198417.

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

Color convert

RGB171664-
CMYK0.730.7500.75
HSL241.25º60%15.69%-
HSV(B)241.25º75%25.1%-
XYZ1.340.864.95-
YUV21.77151.83124.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 64 (25.39% from 255) = 65.98%
R=17.53%
G=16.49%
B=65.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1716640.730.7500.75241.256015.69
Hex111040494B04Bf13c10
Octal212010011111301133617420
Binary1000110000100000010010011001011010010111111000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111040; }

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

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

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

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

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

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

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

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