#111532

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

Shades of Midnight Express #111532

Tints of Midnight Express #111532

Color information

#111532 (or 0x111532) is unknown color: approx Midnight Express. HEX triplet: 11, 15 and 32. RGB value is (17,21,50). Sum of RGB (Red+Green+Blue) = 17+21+50=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #111532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111532 is #EEEACD. Grayscale: #161616. Windows color (decimal): -15657678 or 3282193. OLE color: 3282193.

HSL color Cylindrical-coordinate representation of color #111532: hue angle of 232.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #111532 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB172150-
CMYK0.660.5800.80
HSL232.73º49.25%13.14%-
HSV(B)232.73º66%19.61%-
XYZ1.080.893.13-
YUV23.11143.17123.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=19.32%
G=23.86%
B=56.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1721500.660.5800.80232.7349.2513.14
Hex111532423A050e931d
Octal2125621027201203516115
Binary1000110101110010100001011101001010000111010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111532; }

 p { color: rgb(17,21,50); }

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

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

 a { background-color: rgb(17,21,50); }

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

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

 span { border-color: rgb(17,21,50); }

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