#111F49

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

Shades of Midnight Express #111F49

Tints of Midnight Express #111F49

Color information

#111F49 (or 0x111F49) is unknown color: approx Midnight Express. HEX triplet: 11, 1F and 49. RGB value is (17,31,73). Sum of RGB (Red+Green+Blue) = 17+31+73=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #111F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F49 is #EEE0B6. Grayscale: #1F1F1F. Windows color (decimal): -15655095 or 4792081. OLE color: 4792081.

HSL color Cylindrical-coordinate representation of color #111F49: hue angle of 225º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #111F49 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB173173-
CMYK0.770.5800.71
HSL225º62.22%17.65%-
HSV(B)225º76.71%28.63%-
XYZ1.921.586.51-
YUV31.6151.36117.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 73 (28.91% from 255) = 60.33%
R=14.05%
G=25.62%
B=60.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1731730.770.5800.7122562.2217.65
Hex111F494D3A047e13e12
Octal21371111157201073417622
Binary100011111110010011001101111010010001111110000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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