#111F40

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

Shades of Midnight Express #111F40

Tints of Midnight Express #111F40

Color information

#111F40 (or 0x111F40) is unknown color: approx Midnight Express. HEX triplet: 11, 1F and 40. RGB value is (17,31,64). Sum of RGB (Red+Green+Blue) = 17+31+64=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #111F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F40 is #EEE0BF. Grayscale: #1E1E1E. Windows color (decimal): -15655104 or 4202257. OLE color: 4202257.

HSL color Cylindrical-coordinate representation of color #111F40: hue angle of 222.13º 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 #111F40 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173164-
CMYK0.730.5200.75
HSL222.13º58.02%15.88%-
HSV(B)222.13º73.44%25.1%-
XYZ1.651.475.05-
YUV30.58146.86118.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 64 (25.39% from 255) = 57.14%
R=15.18%
G=27.68%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1731640.730.5200.75222.1358.0215.88
Hex111F40493404Bde3a10
Octal21371001116401133367220
Binary100011111110000001001001110100010010111101111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111F40; }

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

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

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

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

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

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

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

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