#121632

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

Shades of Midnight Express #121632

Tints of Midnight Express #121632

Color information

#121632 (or 0x121632) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 32. RGB value is (18,22,50). Sum of RGB (Red+Green+Blue) = 18+22+50=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #121632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121632 is #EDE9CD. Grayscale: #171717. Windows color (decimal): -15591886 or 3282450. OLE color: 3282450.

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

Color convert

RGB182250-
CMYK0.640.5600.80
HSL232.5º47.06%13.33%-
HSV(B)232.5º64%19.61%-
XYZ1.110.933.14-
YUV24142.67123.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=20%
G=24.44%
B=55.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1822500.640.5600.80232.547.0613.33
Hex1216324038050e82fd
Octal2226621007001203505715
Binary1001010110110010100000011100001010000111010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121632; }

 p { color: rgb(18,22,50); }

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

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

 a { background-color: rgb(18,22,50); }

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

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

 span { border-color: rgb(18,22,50); }

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