#111044

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

Shades of Midnight Express #111044

Tints of Midnight Express #111044

Color information

#111044 (or 0x111044) is unknown color: approx Midnight Express. HEX triplet: 11, 10 and 44. RGB value is (17,16,68). Sum of RGB (Red+Green+Blue) = 17+16+68=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #111044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111044 is #EEEFBB. Grayscale: #161616. Windows color (decimal): -15658940 or 4460561. OLE color: 4460561.

HSL color Cylindrical-coordinate representation of color #111044: hue angle of 241.15º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #111044 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB171668-
CMYK0.750.7600.73
HSL241.15º61.9%16.47%-
HSV(B)241.15º76.47%26.67%-
XYZ1.460.915.57-
YUV22.23153.83124.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 68 (26.95% from 255) = 67.33%
R=16.83%
G=15.84%
B=67.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1716680.750.7600.73241.1561.916.47
Hex1110444B4C049f13e10
Octal212010411311401113617620
Binary1000110000100010010010111001100010010011111000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111044; }

 p { color: rgb(17,16,68); }

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

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

 a { background-color: rgb(17,16,68); }

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

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

 span { border-color: rgb(17,16,68); }

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