#121636

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

Shades of Midnight Express #121636

Tints of Midnight Express #121636

Color information

#121636 (or 0x121636) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 36. RGB value is (18,22,54). Sum of RGB (Red+Green+Blue) = 18+22+54=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #121636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121636 is #EDE9C9. Grayscale: #181818. Windows color (decimal): -15591882 or 3544594. OLE color: 3544594.

HSL color Cylindrical-coordinate representation of color #121636: hue angle of 233.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121636 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB182254-
CMYK0.670.5900.79
HSL233.33º50%14.12%-
HSV(B)233.33º66.67%21.18%-
XYZ1.20.973.61-
YUV24.45144.67123.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=19.15%
G=23.40%
B=57.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1822540.670.5900.79233.335014.12
Hex121636433B04Fe932e
Octal2226661037301173516216
Binary1001010110110110100001111101101001111111010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121636; }

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

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

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

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

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

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

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

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