#111A40

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

Shades of Midnight Express #111A40

Tints of Midnight Express #111A40

Color information

#111A40 (or 0x111A40) is unknown color: approx Midnight Express. HEX triplet: 11, 1A and 40. RGB value is (17,26,64). Sum of RGB (Red+Green+Blue) = 17+26+64=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #111A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A40 is #EEE5BF. Grayscale: #1B1B1B. Windows color (decimal): -15656384 or 4200977. OLE color: 4200977.

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

Color convert

RGB172664-
CMYK0.730.5900.75
HSL228.51º58.02%15.88%-
HSV(B)228.51º73.44%25.1%-
XYZ1.531.235.01-
YUV27.64148.52120.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=15.89%
G=24.30%
B=59.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1726640.730.5900.75228.5158.0215.88
Hex111A40493B04Be53a10
Octal21321001117301133457220
Binary100011101010000001001001111011010010111110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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