#111B40

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

Shades of Midnight Express #111B40

Tints of Midnight Express #111B40

Color information

#111B40 (or 0x111B40) is unknown color: approx Midnight Express. HEX triplet: 11, 1B and 40. RGB value is (17,27,64). Sum of RGB (Red+Green+Blue) = 17+27+64=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #111B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B40 is #EEE4BF. Grayscale: #1C1C1C. Windows color (decimal): -15656128 or 4201233. OLE color: 4201233.

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

Color convert

RGB172764-
CMYK0.730.5800.75
HSL227.23º58.02%15.88%-
HSV(B)227.23º73.44%25.1%-
XYZ1.551.275.01-
YUV28.23148.19119.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=15.74%
G=25%
B=59.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1727640.730.5800.75227.2358.0215.88
Hex111B40493A04Be33a10
Octal21331001117201133437220
Binary100011101110000001001001111010010010111110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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