#11164B

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

Shades of Midnight Express #11164B

Tints of Midnight Express #11164B

Color information

#11164B (or 0x11164B) is unknown color: approx Midnight Express. HEX triplet: 11, 16 and 4B. RGB value is (17,22,75). Sum of RGB (Red+Green+Blue) = 17+22+75=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #11164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11164B is #EEE9B4. Grayscale: #1A1A1A. Windows color (decimal): -15657397 or 4920849. OLE color: 4920849.

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

Color convert

RGB172275-
CMYK0.770.7100.71
HSL234.83º63.04%18.04%-
HSV(B)234.83º77.33%29.41%-
XYZ1.791.26.79-
YUV26.55155.34121.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=14.91%
G=19.30%
B=65.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1722750.770.7100.71234.8363.0418.04
Hex11164B4D47047eb3f12
Octal212611311510701073537722
Binary1000110110100101110011011000111010001111110101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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