#111242

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

Shades of Midnight Express #111242

Tints of Midnight Express #111242

Color information

#111242 (or 0x111242) is unknown color: approx Midnight Express. HEX triplet: 11, 12 and 42. RGB value is (17,18,66). Sum of RGB (Red+Green+Blue) = 17+18+66=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 66 (26.17% from 255 or 65.35% from 101); Max value from RGB is 66 - color contains mainly: blue. Hex color #111242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111242 is #EEEDBD. Grayscale: #161616. Windows color (decimal): -15658430 or 4330001. OLE color: 4330001.

HSL color Cylindrical-coordinate representation of color #111242: hue angle of 238.78º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #111242 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB171866-
CMYK0.740.7300.74
HSL238.78º59.04%16.27%-
HSV(B)238.78º74.24%25.88%-
XYZ1.430.955.26-
YUV23.17152.17123.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 66 (26.17% from 255) = 65.35%
R=16.83%
G=17.82%
B=65.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1718660.740.7300.74238.7859.0416.27
Hex1112424A4904Aef3b10
Octal212210211211101123577320
Binary1000110010100001010010101001001010010101110111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111242; }

 p { color: rgb(17,18,66); }

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

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

 a { background-color: rgb(17,18,66); }

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

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

 span { border-color: rgb(17,18,66); }

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