#111C40

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

Shades of Midnight Express #111C40

Tints of Midnight Express #111C40

Color information

#111C40 (or 0x111C40) is unknown color: approx Midnight Express. HEX triplet: 11, 1C and 40. RGB value is (17,28,64). Sum of RGB (Red+Green+Blue) = 17+28+64=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #111C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C40 is #EEE3BF. Grayscale: #1C1C1C. Windows color (decimal): -15655872 or 4201489. OLE color: 4201489.

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

Color convert

RGB172864-
CMYK0.730.5600.75
HSL225.96º58.02%15.88%-
HSV(B)225.96º73.44%25.1%-
XYZ1.571.325.02-
YUV28.82147.86119.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 64 (25.39% from 255) = 58.72%
R=15.60%
G=25.69%
B=58.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1728640.730.5600.75225.9658.0215.88
Hex111C40493804Be23a10
Octal21341001117001133427220
Binary100011110010000001001001111000010010111110001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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