#111349

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

Shades of Midnight Express #111349

Tints of Midnight Express #111349

Color information

#111349 (or 0x111349) is unknown color: approx Midnight Express. HEX triplet: 11, 13 and 49. RGB value is (17,19,73). Sum of RGB (Red+Green+Blue) = 17+19+73=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #111349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111349 is #EEECB6. Grayscale: #181818. Windows color (decimal): -15658167 or 4789009. OLE color: 4789009.

HSL color Cylindrical-coordinate representation of color #111349: hue angle of 237.86º 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 #111349 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB171973-
CMYK0.770.7400.71
HSL237.86º62.22%17.65%-
HSV(B)237.86º76.71%28.63%-
XYZ1.671.076.42-
YUV24.56155.34122.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 73 (28.91% from 255) = 66.97%
R=15.60%
G=17.43%
B=66.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1719730.770.7400.71237.8662.2217.65
Hex1113494D4A047ee3e12
Octal212311111511201073567622
Binary1000110011100100110011011001010010001111110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111349; }

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

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

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

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

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

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

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

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