#11164D

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

Shades of Midnight Express #11164D

Tints of Midnight Express #11164D

Color information

#11164D (or 0x11164D) is unknown color: approx Midnight Express. HEX triplet: 11, 16 and 4D. RGB value is (17,22,77). Sum of RGB (Red+Green+Blue) = 17+22+77=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #11164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11164D is #EEE9B2. Grayscale: #1A1A1A. Windows color (decimal): -15657395 or 5051921. OLE color: 5051921.

HSL color Cylindrical-coordinate representation of color #11164D: hue angle of 235º degrees, saturation: 0.64, 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 #11164D is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB172277-
CMYK0.780.7100.70
HSL235º63.83%18.43%-
HSV(B)235º77.92%30.2%-
XYZ1.861.237.16-
YUV26.78156.34121.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=14.66%
G=18.97%
B=66.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1722770.780.7100.7023563.8318.43
Hex11164D4E47046eb4012
Octal2126115116107010635310022
Binary10001101101001101100111010001110100011011101011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11164D; }

 p { color: rgb(17,22,77); }

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

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

 a { background-color: rgb(17,22,77); }

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

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

 span { border-color: rgb(17,22,77); }

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