#11144C

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

Shades of Midnight Express #11144C

Tints of Midnight Express #11144C

Color information

#11144C (or 0x11144C) is unknown color: approx Midnight Express. HEX triplet: 11, 14 and 4C. RGB value is (17,20,76). Sum of RGB (Red+Green+Blue) = 17+20+76=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #11144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11144C is #EEEBB3. Grayscale: #191919. Windows color (decimal): -15657908 or 4985873. OLE color: 4985873.

HSL color Cylindrical-coordinate representation of color #11144C: hue angle of 236.95º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11144C is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB172076-
CMYK0.780.7400.70
HSL236.95º63.44%18.24%-
HSV(B)236.95º77.63%29.8%-
XYZ1.791.146.96-
YUV25.49156.51121.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=15.04%
G=17.70%
B=67.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1720760.780.7400.70236.9563.4418.24
Hex11144C4E4A046ed3f12
Octal212411411611201063557722
Binary1000110100100110010011101001010010001101110110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11144C; }

 p { color: rgb(17,20,76); }

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

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

 a { background-color: rgb(17,20,76); }

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

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

 span { border-color: rgb(17,20,76); }

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