#111249

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

Shades of Midnight Express #111249

Tints of Midnight Express #111249

Color information

#111249 (or 0x111249) is unknown color: approx Midnight Express. HEX triplet: 11, 12 and 49. RGB value is (17,18,73). Sum of RGB (Red+Green+Blue) = 17+18+73=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #111249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111249 is #EEEDB6. Grayscale: #171717. Windows color (decimal): -15658423 or 4788753. OLE color: 4788753.

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

Color convert

RGB171873-
CMYK0.770.7500.71
HSL238.93º62.22%17.65%-
HSV(B)238.93º76.71%28.63%-
XYZ1.651.036.42-
YUV23.97155.67123.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 73 (28.91% from 255) = 67.59%
R=15.74%
G=16.67%
B=67.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1718730.770.7500.71238.9362.2217.65
Hex1112494D4B047ef3e12
Octal212211111511301073577622
Binary1000110010100100110011011001011010001111110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111249; }

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

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

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

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

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

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

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

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